javaquery/demo-twitter/pom.xml
changeset 999 0afc7acad9dd
parent 986 6cc579ba2472
child 1024 9af5b2f49cb0
child 1025 4680cb7d6294
     1.1 --- a/javaquery/demo-twitter/pom.xml	Sun Apr 14 22:35:00 2013 +0200
     1.2 +++ b/javaquery/demo-twitter/pom.xml	Sun Apr 14 22:37:23 2013 +0200
     1.3 @@ -89,6 +89,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>