You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2014/12/26 16:58:06 UTC

svn commit: r1647985 - /commons/proper/validator/trunk/pom.xml

Author: britter
Date: Fri Dec 26 15:58:05 2014
New Revision: 1647985

URL: http://svn.apache.org/r1647985
Log:
Attach artifacts generated by assembly plugin to the build because they won't be signed by the sign plugin otherwise

Modified:
    commons/proper/validator/trunk/pom.xml

Modified: commons/proper/validator/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/pom.xml?rev=1647985&r1=1647984&r2=1647985&view=diff
==============================================================================
--- commons/proper/validator/trunk/pom.xml (original)
+++ commons/proper/validator/trunk/pom.xml Fri Dec 26 15:58:05 2014
@@ -197,7 +197,6 @@
             <descriptor>${basedir}/src/main/assembly/src.xml</descriptor>
           </descriptors>
           <tarLongFileMode>gnu</tarLongFileMode>
-          <attach>false</attach>
         </configuration>
       </plugin>
       <plugin>