javaquery/demo-calculator-dynamic/pom.xml
changeset 726 013f06feb50f
parent 554 05224402145d
child 747 ae352b763959
     1.1 --- a/javaquery/demo-calculator-dynamic/pom.xml	Wed Jan 23 20:39:23 2013 +0100
     1.2 +++ b/javaquery/demo-calculator-dynamic/pom.xml	Wed Feb 13 17:44:45 2013 +0100
     1.3 @@ -40,6 +40,14 @@
     1.4                 <target>1.7</target>
     1.5              </configuration>
     1.6           </plugin>
     1.7 +        <plugin>
     1.8 +           <groupId>org.apache.maven.plugins</groupId>
     1.9 +           <artifactId>maven-deploy-plugin</artifactId>
    1.10 +           <version>2.7</version>
    1.11 +           <configuration>
    1.12 +             <skip>true</skip>
    1.13 +           </configuration>
    1.14 +         </plugin>      
    1.15        </plugins>
    1.16    </build>
    1.17