Author: dkulp
Date: Mon Nov 21 19:42:48 2011
New Revision: 1204664
URL: http://svn.apache.org/viewvc?rev=1204664&view=rev
Log:
Use faster method for source jars
Modified:
cxf/trunk/pom.xml
Modified: cxf/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/pom.xml?rev=1204664&r1=1204663&r2=1204664&view=diff
==============================================================================
--- cxf/trunk/pom.xml (original)
+++ cxf/trunk/pom.xml Mon Nov 21 19:42:48 2011
@@ -413,7 +413,7 @@
<execution>
<id>attach-sources</id>
<goals>
- <goal>jar</goal>
+ <goal>jar-no-fork</goal>
</goals>
</execution>
</executions>