Author: mbenson
Date: Wed Feb 12 00:09:28 2014
New Revision: 1567475
URL: http://svn.apache.org/r1567475
Log:
generate source jars during package phase so they can be signed during the
verify phase when release profile is enabled
Modified:
commons/proper/weaver/trunk/pom.xml
Modified: commons/proper/weaver/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/weaver/trunk/pom.xml?rev=1567475&r1=1567474&r2=1567475&view=diff
==============================================================================
--- commons/proper/weaver/trunk/pom.xml (original)
+++ commons/proper/weaver/trunk/pom.xml Wed Feb 12 00:09:28 2014
@@ -272,14 +272,12 @@ under the License.
<executions>
<execution>
<id>attach-sources</id>
- <phase>verify</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
<execution>
<id>attach-test-sources</id>
- <phase>verify</phase>
<goals>
<goal>test-jar-no-fork</goal>
</goals>