vm/pom.xml
changeset 158 44008c6d0597
parent 138 ca621f0dcdf9
child 189 6a56c2381b0f
     1.1 --- a/vm/pom.xml	Fri Nov 09 08:41:59 2012 +0100
     1.2 +++ b/vm/pom.xml	Tue Nov 13 07:48:26 2012 +0100
     1.3 @@ -59,6 +59,15 @@
     1.4                    </archive>
     1.5                </configuration>
     1.6            </plugin>
     1.7 +         <plugin>
     1.8 +            <groupId>org.apache.maven.plugins</groupId>
     1.9 +            <artifactId>maven-compiler-plugin</artifactId>
    1.10 +            <version>2.3.2</version>
    1.11 +            <configuration>
    1.12 +               <source>1.6</source>
    1.13 +               <target>1.6</target>
    1.14 +            </configuration>
    1.15 +         </plugin>
    1.16        </plugins>
    1.17    </build>
    1.18    <dependencies>