Author: jcarman
Date: Sat Feb 23 06:48:29 2008
New Revision: 630446

URL: http://svn.apache.org/viewvc?rev=630446&view=rev
Log:
set up default release manager (user id) and sign 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=630446&r1=630445&r2=630446&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:48:29 
2008
@@ -254,6 +254,7 @@
     <properties>
         <maven.compile.source>1.4</maven.compile.source>
         <maven.compile.target>1.4</maven.compile.target>
+        <releaseManager>${user.name}</releaseManager>
     </properties>
 
     <profiles>
@@ -289,7 +290,7 @@
                         <executions>
                             <execution>
                                 <id>sign-artifacts</id>
-                                <phase>verify</phase>
+                                <phase>package</phase>
                                 <goals>
                                     <goal>sign</goal>
                                 </goals>


Reply via email to