javaquery/demo-calculator/pom.xml
changeset 159 d0aad97dfd2e
parent 143 538ae1a4ff4a
child 189 6a56c2381b0f
     1.1 --- a/javaquery/demo-calculator/pom.xml	Fri Nov 09 12:15:25 2012 +0100
     1.2 +++ b/javaquery/demo-calculator/pom.xml	Tue Nov 13 07:56:02 2012 +0100
     1.3 @@ -1,3 +1,4 @@
     1.4 +<?xml version="1.0"?>
     1.5  <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     1.6    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     1.7    <modelVersion>4.0.0</modelVersion>
     1.8 @@ -44,7 +45,16 @@
     1.9                          <argument>${project.build.directory}/classes/org/apidesign/bck2brwsr/mavenhtml/Calculator.xhtml</argument>
    1.10                      </arguments>
    1.11                  </configuration>
    1.12 -            </plugin>            
    1.13 +            </plugin>
    1.14 +         <plugin>
    1.15 +            <groupId>org.apache.maven.plugins</groupId>
    1.16 +            <artifactId>maven-compiler-plugin</artifactId>
    1.17 +            <version>2.3.2</version>
    1.18 +            <configuration>
    1.19 +               <source>1.6</source>
    1.20 +               <target>1.6</target>
    1.21 +            </configuration>
    1.22 +         </plugin>
    1.23        </plugins>
    1.24    </build>
    1.25