Author: eglynn
Date: Tue Jul 20 22:03:56 2010
New Revision: 966035

URL: http://svn.apache.org/viewvc?rev=966035&view=rev
Log:
Incorrect phase for attach-sources in 
cxf-dosgi-remote-service-admin-interfaces/pom.xml causes source jar to be 
generated after artifact signing has ocurred in the release process, resulting 
in staged release failing promotion rules.

Modified:
    cxf/dosgi/trunk/dsw/cxf-osgi-remote-service-admin-interfaces/pom.xml

Modified: cxf/dosgi/trunk/dsw/cxf-osgi-remote-service-admin-interfaces/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/dosgi/trunk/dsw/cxf-osgi-remote-service-admin-interfaces/pom.xml?rev=966035&r1=966034&r2=966035&view=diff
==============================================================================
--- cxf/dosgi/trunk/dsw/cxf-osgi-remote-service-admin-interfaces/pom.xml 
(original)
+++ cxf/dosgi/trunk/dsw/cxf-osgi-remote-service-admin-interfaces/pom.xml Tue 
Jul 20 22:03:56 2010
@@ -76,7 +76,7 @@
                 <executions>
                     <execution>
                         <id>attach-sources</id>
-                        <phase>verify</phase>
+                        <phase>validate</phase>
                         <goals>
                             <goal>jar</goal>
                         </goals>


Reply via email to