Author: jcarman
Date: Sat Feb 23 06:38:34 2008
New Revision: 630444
URL: http://svn.apache.org/viewvc?rev=630444&view=rev
Log:
Make sure signing goes on during "package" phase.
Modified:
commons/proper/proxy/branches/proxy-1.0-work/pom.xml
Modified: commons/proper/proxy/branches/proxy-1.0-work/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/proxy/branches/proxy-1.0-work/pom.xml?rev=630444&r1=630443&r2=630444&view=diff
==============================================================================
--- commons/proper/proxy/branches/proxy-1.0-work/pom.xml (original)
+++ commons/proper/proxy/branches/proxy-1.0-work/pom.xml Sat Feb 23 06:38:34
2008
@@ -289,7 +289,7 @@
<executions>
<execution>
<id>sign-artifacts</id>
- <phase>verify</phase>
+ <phase>package</phase>
<goals>
<goal>sign</goal>
</goals>