[jboss-cvs] Picketlink SVN: r966 - social/trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri May 20 00:17:16 EDT 2011


Author: anil.saldhana at jboss.com
Date: 2011-05-20 00:17:16 -0400 (Fri, 20 May 2011)
New Revision: 966

Added:
   social/trunk/pom.xml
Log:
social pom

Added: social/trunk/pom.xml
===================================================================
--- social/trunk/pom.xml	                        (rev 0)
+++ social/trunk/pom.xml	2011-05-20 04:17:16 UTC (rev 966)
@@ -0,0 +1,34 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+   <parent>
+      <groupId>org.picketlink</groupId>
+      <artifactId>picketlink-social-parent</artifactId>
+      <version>2.0.0-SNAPSHOT</version>
+      <relativePath>parent</relativePath>
+   </parent>
+   <modelVersion>4.0.0</modelVersion>
+   <groupId>org.picketlink</groupId>
+   <artifactId>picketlink-social-pom</artifactId>
+   <packaging>pom</packaging>
+   <name>PicketLink Social - Aggregator</name>
+   <url>http://labs.jboss.org/portal/picketlink/</url>
+   <description>PicketLink Social provides the adaptors for Social Sites - OpenID, OAuth</description>
+
+   <modules>
+     <module>parent</module>
+     <module>openid</module>
+     <module>facebook</module>
+   </modules>
+
+   <reporting>
+     <plugins>
+       <plugin>
+         <groupId>org.apache.maven.plugins</groupId>
+         <artifactId>maven-javadoc-plugin</artifactId>
+         <configuration>
+           <aggregate>true</aggregate>
+         </configuration>
+        </plugin>
+     </plugins>
+   </reporting>
+
+</project>



More information about the jboss-cvs-commits mailing list