You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cc...@apache.org on 2010/03/03 08:20:47 UTC

svn commit: r918345 - /felix/trunk/karaf/pom.xml

Author: ccustine
Date: Wed Mar  3 07:20:47 2010
New Revision: 918345

URL: http://svn.apache.org/viewvc?rev=918345&view=rev
Log:
Fixed duplicate/redundant .asc.asc sigs

Modified:
    felix/trunk/karaf/pom.xml

Modified: felix/trunk/karaf/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/karaf/pom.xml?rev=918345&r1=918344&r2=918345&view=diff
==============================================================================
--- felix/trunk/karaf/pom.xml (original)
+++ felix/trunk/karaf/pom.xml Wed Mar  3 07:20:47 2010
@@ -945,6 +945,8 @@
                         <version>1.0-alpha-4</version>
                         <executions>
                             <execution>
+                                <id>sign-artifacts</id>
+                                <phase>verify</phase>
                                 <goals>
                                     <goal>sign</goal>
                                 </goals>