You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2012/01/11 13:03:24 UTC

svn commit: r1229968 - /directory/studio/trunk/libraries/pom.xml

Author: pamarcelot
Date: Wed Jan 11 12:03:24 2012
New Revision: 1229968

URL: http://svn.apache.org/viewvc?rev=1229968&view=rev
Log:
Enabling deployment of 'libraries' plugins.

Modified:
    directory/studio/trunk/libraries/pom.xml

Modified: directory/studio/trunk/libraries/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/libraries/pom.xml?rev=1229968&r1=1229967&r2=1229968&view=diff
==============================================================================
--- directory/studio/trunk/libraries/pom.xml (original)
+++ directory/studio/trunk/libraries/pom.xml Wed Jan 11 12:03:24 2012
@@ -58,18 +58,4 @@
     <module>org.xpp3.xpp3</module>
   </modules>
 
-  <build>
-    <plugins>
-       <!-- Skip deployment of 3rd party plugins. This causes problems when 
-            deploying snapshots because the 3rd party plugins don't have a 
-            snapshot version. -->
-       <plugin>
-         <artifactId>maven-deploy-plugin</artifactId>
-         <configuration>
-           <skip>true</skip>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
 </project>