javaquery/demo-calculator-dynamic/pom.xml
branchemul
changeset 747 ae352b763959
parent 743 6dc02c92ba9e
parent 726 013f06feb50f
child 798 c8f432905e66
     1.1 --- a/javaquery/demo-calculator-dynamic/pom.xml	Fri Feb 15 19:33:21 2013 +0100
     1.2 +++ b/javaquery/demo-calculator-dynamic/pom.xml	Fri Feb 15 21:14:49 2013 +0100
     1.3 @@ -54,6 +54,14 @@
     1.4               </configuration>
     1.5           </plugin>
     1.6           <plugin>
     1.7 +           <groupId>org.apache.maven.plugins</groupId>
     1.8 +           <artifactId>maven-deploy-plugin</artifactId>
     1.9 +           <version>2.7</version>
    1.10 +           <configuration>
    1.11 +             <skip>true</skip>
    1.12 +           </configuration>
    1.13 +         </plugin>
    1.14 +         <plugin>
    1.15              <artifactId>maven-assembly-plugin</artifactId>
    1.16                  <version>2.4</version>
    1.17                  <executions>