javaquery/demo-calculator/pom.xml
branchemul
changeset 747 ae352b763959
parent 743 6dc02c92ba9e
parent 726 013f06feb50f
child 798 c8f432905e66
     1.1 --- a/javaquery/demo-calculator/pom.xml	Fri Feb 15 19:33:21 2013 +0100
     1.2 +++ b/javaquery/demo-calculator/pom.xml	Fri Feb 15 21:14:49 2013 +0100
     1.3 @@ -72,6 +72,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