You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by si...@apache.org on 2012/06/28 23:08:30 UTC

svn commit: r1355157 - /incubator/any23/trunk/pom.xml

Author: simonetripodi
Date: Thu Jun 28 21:08:29 2012
New Revision: 1355157

URL: http://svn.apache.org/viewvc?rev=1355157&view=rev
Log:
explicitly attach assemblies to be deployed on Nexus

Modified:
    incubator/any23/trunk/pom.xml

Modified: incubator/any23/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1355157&r1=1355156&r2=1355157&view=diff
==============================================================================
--- incubator/any23/trunk/pom.xml (original)
+++ incubator/any23/trunk/pom.xml Thu Jun 28 21:08:29 2012
@@ -524,6 +524,7 @@
             </execution>
           </executions>
           <configuration>
+            <attach>true</attach>
             <tarLongFileMode>gnu</tarLongFileMode>
             <finalName>${assembly.finalName}</finalName>
           </configuration>