Author: ruchith
Date: Mon Dec 10 06:04:41 2007
New Revision: 10854

Log:

added sign plugin

Modified:
   branches/solutions/identity/1.0/commons/usermanager/pom.xml

Modified: branches/solutions/identity/1.0/commons/usermanager/pom.xml
==============================================================================
--- branches/solutions/identity/1.0/commons/usermanager/pom.xml (original)
+++ branches/solutions/identity/1.0/commons/usermanager/pom.xml Mon Dec 10 
06:04:41 2007
@@ -56,6 +56,31 @@
                    <module>modules/annotation-configs</module>
                </modules>
        </profile>
+        <profile>
+            <activation>
+                <property>
+                    <name>sign</name>
+                </property>
+            </activation>
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-gpg-plugin</artifactId>
+                        <version>1.0-alpha-3</version>
+                        <executions>
+                            <execution>
+                                <id>sign-artifacts</id>
+                                <phase>verify</phase>
+                                <goals>
+                                    <goal>sign</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
    </profiles>
 
    <dependencies>

_______________________________________________
Identity-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/identity-dev

Reply via email to