Author: chris.laprun(a)jboss.com
Date: 2011-05-24 10:07:50 -0400 (Tue, 24 May 2011)
New Revision: 6540
Added:
components/wci/trunk/jboss/pom.xml
components/wci/trunk/test/portlets/pom.xml
components/wci/trunk/tomcat/pom.xml
Modified:
components/wci/trunk/jboss/jboss6/pom.xml
components/wci/trunk/test/portlets/exo-portlet/pom.xml
components/wci/trunk/test/portlets/gatein-portlet/pom.xml
components/wci/trunk/test/portlets/native-portlet/pom.xml
components/wci/trunk/tomcat/tomcat6/pom.xml
components/wci/trunk/tomcat/tomcat7/pom.xml
Log:
- Create a valid structure for Maven 3.
Modified: components/wci/trunk/jboss/jboss6/pom.xml
===================================================================
--- components/wci/trunk/jboss/jboss6/pom.xml 2011-05-24 13:57:57 UTC (rev 6539)
+++ components/wci/trunk/jboss/jboss6/pom.xml 2011-05-24 14:07:50 UTC (rev 6540)
@@ -1,7 +1,7 @@
<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>
+ <artifactId>wci-jboss</artifactId>
<version>2.1.0-Beta03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Added: components/wci/trunk/jboss/pom.xml
===================================================================
--- components/wci/trunk/jboss/pom.xml (rev 0)
+++ components/wci/trunk/jboss/pom.xml 2011-05-24 14:07:50 UTC (rev 6540)
@@ -0,0 +1,15 @@
+<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.1.0-Beta03-SNAPSHOT</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>wci-jboss</artifactId>
+ <packaging>pom</packaging>
+ <name>GateIn - WCI JBoss compatibility component</name>
+
+ <modules>
+ <module>jboss6</module>
+ </modules>
+</project>
Modified: components/wci/trunk/test/portlets/exo-portlet/pom.xml
===================================================================
--- components/wci/trunk/test/portlets/exo-portlet/pom.xml 2011-05-24 13:57:57 UTC (rev
6539)
+++ components/wci/trunk/test/portlets/exo-portlet/pom.xml 2011-05-24 14:07:50 UTC (rev
6540)
@@ -1,7 +1,7 @@
<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-test-parent</artifactId>
+ <artifactId>wci-test-portlets</artifactId>
<version>2.1.0-Beta03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: components/wci/trunk/test/portlets/gatein-portlet/pom.xml
===================================================================
--- components/wci/trunk/test/portlets/gatein-portlet/pom.xml 2011-05-24 13:57:57 UTC (rev
6539)
+++ components/wci/trunk/test/portlets/gatein-portlet/pom.xml 2011-05-24 14:07:50 UTC (rev
6540)
@@ -1,7 +1,7 @@
<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-test-parent</artifactId>
+ <artifactId>wci-test-portlets</artifactId>
<version>2.1.0-Beta03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: components/wci/trunk/test/portlets/native-portlet/pom.xml
===================================================================
--- components/wci/trunk/test/portlets/native-portlet/pom.xml 2011-05-24 13:57:57 UTC (rev
6539)
+++ components/wci/trunk/test/portlets/native-portlet/pom.xml 2011-05-24 14:07:50 UTC (rev
6540)
@@ -1,7 +1,7 @@
<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-test-parent</artifactId>
+ <artifactId>wci-test-portlets</artifactId>
<version>2.1.0-Beta03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Added: components/wci/trunk/test/portlets/pom.xml
===================================================================
--- components/wci/trunk/test/portlets/pom.xml (rev 0)
+++ components/wci/trunk/test/portlets/pom.xml 2011-05-24 14:07:50 UTC (rev 6540)
@@ -0,0 +1,17 @@
+<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-test-parent</artifactId>
+ <version>2.1.0-Beta03-SNAPSHOT</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>wci-test-portlets</artifactId>
+ <packaging>pom</packaging>
+ <name>GateIn - WCI Tomcat compatibility component</name>
+
+ <modules>
+ <module>exo-portlet</module>
+ <module>gatein-portlet</module>
+ <module>native-portlet</module>
+ </modules>
+</project>
Added: components/wci/trunk/tomcat/pom.xml
===================================================================
--- components/wci/trunk/tomcat/pom.xml (rev 0)
+++ components/wci/trunk/tomcat/pom.xml 2011-05-24 14:07:50 UTC (rev 6540)
@@ -0,0 +1,16 @@
+<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.1.0-Beta03-SNAPSHOT</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>wci-tomcat</artifactId>
+ <packaging>pom</packaging>
+ <name>GateIn - WCI Tomcat compatibility component</name>
+
+ <modules>
+ <module>tomcat6</module>
+ <module>tomcat7</module>
+ </modules>
+</project>
Modified: components/wci/trunk/tomcat/tomcat6/pom.xml
===================================================================
--- components/wci/trunk/tomcat/tomcat6/pom.xml 2011-05-24 13:57:57 UTC (rev 6539)
+++ components/wci/trunk/tomcat/tomcat6/pom.xml 2011-05-24 14:07:50 UTC (rev 6540)
@@ -1,7 +1,7 @@
<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>
+ <artifactId>wci-tomcat</artifactId>
<version>2.1.0-Beta03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: components/wci/trunk/tomcat/tomcat7/pom.xml
===================================================================
--- components/wci/trunk/tomcat/tomcat7/pom.xml 2011-05-24 13:57:57 UTC (rev 6539)
+++ components/wci/trunk/tomcat/tomcat7/pom.xml 2011-05-24 14:07:50 UTC (rev 6540)
@@ -1,7 +1,7 @@
<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>
+ <artifactId>wci-tomcat</artifactId>
<version>2.1.0-Beta03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>