svn commit: r1711188 - /cocoon/branches/BRANCH_2_2_COCOON-2347/pom.xml
| Newsgroups | gmane.text.xml.cocoon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ilgrosso
Date: Thu Oct 29 07:45:24 2015
New Revision: 1711188
URL: http://svn.apache.org/viewvc?rev=1711188&view=rev
Log:
[COCOON-2347] Fixing deploy to Nexus
Modified:
cocoon/branches/BRANCH_2_2_COCOON-2347/pom.xml
Modified: cocoon/branches/BRANCH_2_2_COCOON-2347/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_2_COCOON-2347/pom.xml?rev=1711188&r1=1711187&r2=1711188&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_2_COCOON-2347/pom.xml (original)
+++ cocoon/branches/BRANCH_2_2_COCOON-2347/pom.xml Thu Oct 29 07:45:24 2015
@@ -56,6 +56,13 @@
<artifactId>maven-eclipse-plugin</artifactId>
<version>2.10</version>
</plugin>
+ <plugin>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <version>2.8.2</version>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
</plugins>
</build>