javaquery/demo-calculator/pom.xml
changeset 726 013f06feb50f
parent 621 6daa39b17563
child 747 ae352b763959
     1.1 --- a/javaquery/demo-calculator/pom.xml	Thu Jan 31 16:13:04 2013 +0100
     1.2 +++ b/javaquery/demo-calculator/pom.xml	Wed Feb 13 17:44:45 2013 +0100
     1.3 @@ -60,6 +60,14 @@
     1.4                      </execution>
     1.5                  </executions>                
     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