[jboss-maven2-commits] Repository SVN: r31386 - in maven2/org/gatein/wci: wci-test-parent and 1 other directories.

jboss-maven2-commits at lists.jboss.org jboss-maven2-commits at lists.jboss.org
Mon Nov 23 15:27:46 EST 2009


Author: thomas.heute at jboss.com
Date: 2009-11-23 15:27:45 -0500 (Mon, 23 Nov 2009)
New Revision: 31386

Added:
   maven2/org/gatein/wci/wci-test-parent/
   maven2/org/gatein/wci/wci-test-parent/2.0.0-CR01/
   maven2/org/gatein/wci/wci-test-parent/2.0.0-CR01/wci-test-parent-2.0.0-CR01.pom
Log:
Wagon: Adding pom.xml to repository

Added: maven2/org/gatein/wci/wci-test-parent/2.0.0-CR01/wci-test-parent-2.0.0-CR01.pom
===================================================================
--- maven2/org/gatein/wci/wci-test-parent/2.0.0-CR01/wci-test-parent-2.0.0-CR01.pom	                        (rev 0)
+++ maven2/org/gatein/wci/wci-test-parent/2.0.0-CR01/wci-test-parent-2.0.0-CR01.pom	2009-11-23 20:27:45 UTC (rev 31386)
@@ -0,0 +1,50 @@
+<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.gatein.wci</groupId>
+      <artifactId>wci-parent</artifactId>
+      <version>2.0.0-CR01</version>
+   </parent>
+   <modelVersion>4.0.0</modelVersion>
+   <artifactId>wci-test-parent</artifactId>
+   <packaging>pom</packaging>
+   <name>GateIn - WCI test parent</name>
+
+   <dependencyManagement>
+     <dependencies>
+       <dependency>
+         <groupId>org.gatein.wci</groupId>
+         <artifactId>wci-test-core</artifactId>
+         <version>${project.version}</version>
+       </dependency>
+
+      <dependency>
+        <groupId>org.gatein.wci</groupId>
+        <artifactId>wci-test-native-portlet</artifactId>
+        <type>war</type>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.gatein.wci</groupId>
+        <artifactId>wci-test-gatein-portlet</artifactId>
+        <type>war</type>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.gatein.wci</groupId>
+        <artifactId>wci-test-exo-portlet</artifactId>
+        <type>war</type>
+        <version>${project.version}</version>
+      </dependency>
+     </dependencies>
+   </dependencyManagement>
+
+
+   <modules>
+     <module>core</module>
+     <module>portlets/gatein-portlet</module>
+     <module>portlets/exo-portlet</module>
+     <module>portlets/native-portlet</module>
+     <module>servers</module>
+   </modules>
+
+</project>



More information about the jboss-maven2-commits mailing list