You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2007/05/24 06:13:02 UTC

svn commit: r541151 - /directory/apacheds/branches/1.0/pom.xml

Author: akarasulu
Date: Wed May 23 21:13:01 2007
New Revision: 541151

URL: http://svn.apache.org/viewvc?view=rev&rev=541151
Log:
use the gpg plugin to generate signature files on deploy

Modified:
    directory/apacheds/branches/1.0/pom.xml

Modified: directory/apacheds/branches/1.0/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/1.0/pom.xml?view=diff&rev=541151&r1=541150&r2=541151
==============================================================================
--- directory/apacheds/branches/1.0/pom.xml (original)
+++ directory/apacheds/branches/1.0/pom.xml Wed May 23 21:13:01 2007
@@ -262,7 +262,19 @@
               <tagBase>https://svn.apache.org/repos/asf/directory/apacheds/releases</tagBase>
             </configuration>
           </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>