On 12/27/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Author: rahul
Date: Wed Dec 27 15:03:16 2006
New Revision: 490590

URL: http://svn.apache.org/viewvc?view=rev&rev=490590
Log:
This will take care of most, but not all, release artifact signing for us. 
Notes:
 * Needs -Dpassphrase=... to go with -Prelease
 * Available plugin release (1.0-alpha-1) messes up artifact types (assumes jar 
packaging) and therefore fails on any of the shale-apps (though 'mvn install' 
will work -- without -Papps). 'mvn -Papps install' succeeds when using plugin 
built from trunk.

<snip/>

SHALE-376

(hopefully the email scan will pick it up)

Modified:
    shale/framework/trunk/pom.xml

Modified: shale/framework/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/pom.xml?view=diff&rev=490590&r1=490589&r2=490590
==============================================================================
--- shale/framework/trunk/pom.xml (original)
+++ shale/framework/trunk/pom.xml Wed Dec 27 15:03:16 2006
@@ -138,6 +138,19 @@
                             </execution>
                         </executions>
                     </plugin>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-gpg-plugin</artifactId>
+                        <executions>
+                            <execution>
+                                <id>sign-artifacts</id>
+                                <phase>verify</phase>
+                                <goals>
+                                    <goal>sign</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
                 </plugins>
             </build>
         </profile>



Reply via email to