Author: simonetripodi
Date: Mon Jun 27 16:30:49 2011
New Revision: 1140228
URL: http://svn.apache.org/viewvc?rev=1140228&view=rev
Log:
don't deploy .tar.gz and .zip archives as maven artifacts
Modified:
commons/proper/digester/trunk/pom.xml
Modified: commons/proper/digester/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/digester/trunk/pom.xml?rev=1140228&r1=1140227&r2=1140228&view=diff
==============================================================================
--- commons/proper/digester/trunk/pom.xml (original)
+++ commons/proper/digester/trunk/pom.xml Mon Jun 27 16:30:49 2011
@@ -252,6 +252,7 @@
<descriptor>src/assembly/src.xml</descriptor>
</descriptors>
<tarLongFileMode>gnu</tarLongFileMode>
+ <attach>false</attach>
</configuration>
</plugin>
</plugins>