javaquery/demo-calculator/pom.xml
changeset 1852 805b62b77f91
parent 1849 bc07f6a1e639
child 1874 0ba84325bac7
     1.1 --- a/javaquery/demo-calculator/pom.xml	Sat Sep 26 07:59:41 2015 +0200
     1.2 +++ b/javaquery/demo-calculator/pom.xml	Sat Dec 26 08:51:01 2015 +0100
     1.3 @@ -32,8 +32,14 @@
     1.4                      <execution>
     1.5                          <goals>
     1.6                              <goal>aot</goal>
     1.7 +                        </goals>
     1.8 +                    </execution>
     1.9 +                    <execution>
    1.10 +                        <id>show</id>
    1.11 +                        <goals>
    1.12                              <goal>show</goal>
    1.13                          </goals>
    1.14 +                        <phase>integration-test</phase>
    1.15                      </execution>
    1.16                  </executions>
    1.17                  <configuration>