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/04/03 21:24:49 UTC

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

Author: simonetripodi
Date: Tue Apr  3 19:24:49 2012
New Revision: 1309102

URL: http://svn.apache.org/viewvc?rev=1309102&view=rev
Log:
gpg plugin signs/generates checksums only attached artifacts

Modified:
    incubator/any23/trunk/pom.xml

Modified: incubator/any23/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1309102&r1=1309101&r2=1309102&view=diff
==============================================================================
--- incubator/any23/trunk/pom.xml (original)
+++ incubator/any23/trunk/pom.xml Tue Apr  3 19:24:49 2012
@@ -488,7 +488,6 @@
             </execution>
           </executions>
           <configuration>
-            <attach>false</attach>
             <tarLongFileMode>gnu</tarLongFileMode>
             <finalName>${assembly.finalName}</finalName>
           </configuration>