Author: rombert
Date: Mon Jun 30 13:43:20 2014
New Revision: 1606733

URL: http://svn.apache.org/r1606733
Log:
SLING-3685 - Document and further automate the IDE tooling release
process

Run the maven-gpg-plugin when the sign profile is activated.

Modified:
    sling/trunk/tooling/ide/pom.xml

Modified: sling/trunk/tooling/ide/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/tooling/ide/pom.xml?rev=1606733&r1=1606732&r2=1606733&view=diff
==============================================================================
--- sling/trunk/tooling/ide/pom.xml (original)
+++ sling/trunk/tooling/ide/pom.xml Mon Jun 30 13:43:20 2014
@@ -214,6 +214,21 @@
                             </execution>
                         </executions>
                     </plugin>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-gpg-plugin</artifactId>
+                        <configuration>
+                            <passphrase>${gpg.passphrase}</passphrase>
+                            <useAgent>${gpg.useagent}</useAgent>
+                        </configuration>
+                        <executions>
+                            <execution>
+                                <goals>
+                                    <goal>sign</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
                 </plugins>
             </build>
         </profile>


Reply via email to