You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2012/07/18 12:45:59 UTC

svn commit: r1362863 - /commons/proper/chain/trunk/dist/pom.xml

Author: simonetripodi
Date: Wed Jul 18 10:45:59 2012
New Revision: 1362863

URL: http://svn.apache.org/viewvc?rev=1362863&view=rev
Log:
don't skip chain2 assemblies deploy

Modified:
    commons/proper/chain/trunk/dist/pom.xml

Modified: commons/proper/chain/trunk/dist/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/chain/trunk/dist/pom.xml?rev=1362863&r1=1362862&r2=1362863&view=diff
==============================================================================
--- commons/proper/chain/trunk/dist/pom.xml (original)
+++ commons/proper/chain/trunk/dist/pom.xml Wed Jul 18 10:45:59 2012
@@ -73,13 +73,6 @@
           <finalName>commons-chain2-${project.version}</finalName>
         </configuration>
       </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-deploy-plugin</artifactId>
-        <configuration>
-          <skip>true</skip>
-        </configuration>
-      </plugin>
     </plugins>
   </build>