Author: anil.saldhana(a)jboss.com
Date: 2011-01-27 01:21:43 -0500 (Thu, 27 Jan 2011)
New Revision: 671
Added:
picketlink-seam/trunk/pom.xml
Log:
pom for the project
Added: picketlink-seam/trunk/pom.xml
===================================================================
--- picketlink-seam/trunk/pom.xml (rev 0)
+++ picketlink-seam/trunk/pom.xml 2011-01-27 06:21:43 UTC (rev 671)
@@ -0,0 +1,33 @@
+<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-fed-parent</artifactId>
+ <version>2.0.0-SNAPSHOT</version>
+ <relativePath>parent</relativePath>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.picketlink</groupId>
+ <artifactId>picketlink-seam-pom</artifactId>
+ <packaging>pom</packaging>
+ <name>PicketLink Federation Seam- Aggregator</name>
+ <
url>http://labs.jboss.org/portal/picketlink/</url>
+ <description>PicketLink Federation is the federated identity project for JEMS
projects</description>
+
+ <modules>
+ <module>parent</module>
+ <module>picketlink-seam</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>
Property changes on: picketlink-seam/trunk/pom.xml
___________________________________________________________________
Name: svn:executable
+ *