Author: mstruk
Date: 2011-04-26 11:41:50 -0400 (Tue, 26 Apr 2011)
New Revision: 6348
Modified:
portal/trunk/examples/extension/config/pom.xml
portal/trunk/examples/extension/ear/pom.xml
portal/trunk/examples/extension/jar/pom.xml
portal/trunk/examples/extension/pom.xml
portal/trunk/examples/extension/war/pom.xml
portal/trunk/examples/portal/config/pom.xml
portal/trunk/examples/portal/ear/pom.xml
portal/trunk/examples/portal/jar/pom.xml
portal/trunk/examples/portal/pom.xml
portal/trunk/examples/portal/rest-war/pom.xml
portal/trunk/examples/portal/war/pom.xml
portal/trunk/examples/portlets/pom.xml
portal/trunk/examples/skins/pom.xml
portal/trunk/packaging/jboss-as5/pkg/pom.xml
portal/trunk/packaging/jboss-as6/pkg/pom.xml
portal/trunk/starter/ear/pom.xml
portal/trunk/starter/war/pom.xml
Log:
GTNPORTAL-1846 Update components and update POM files
- fixed repository dependencies by adding parent.relativePath to several modules, and by
removing a noop exo.portal.server.jboss.plugin dependency
Modified: portal/trunk/examples/extension/config/pom.xml
===================================================================
--- portal/trunk/examples/extension/config/pom.xml 2011-04-26 10:22:53 UTC (rev 6347)
+++ portal/trunk/examples/extension/config/pom.xml 2011-04-26 15:41:50 UTC (rev 6348)
@@ -24,6 +24,7 @@
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
<version>3.2.0-Beta01-SNAPSHOT</version>
+ <relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/examples/extension/ear/pom.xml
===================================================================
--- portal/trunk/examples/extension/ear/pom.xml 2011-04-26 10:22:53 UTC (rev 6347)
+++ portal/trunk/examples/extension/ear/pom.xml 2011-04-26 15:41:50 UTC (rev 6348)
@@ -24,6 +24,7 @@
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
<version>3.2.0-Beta01-SNAPSHOT</version>
+ <relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/examples/extension/jar/pom.xml
===================================================================
--- portal/trunk/examples/extension/jar/pom.xml 2011-04-26 10:22:53 UTC (rev 6347)
+++ portal/trunk/examples/extension/jar/pom.xml 2011-04-26 15:41:50 UTC (rev 6348)
@@ -24,6 +24,7 @@
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
<version>3.2.0-Beta01-SNAPSHOT</version>
+ <relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/examples/extension/pom.xml
===================================================================
--- portal/trunk/examples/extension/pom.xml 2011-04-26 10:22:53 UTC (rev 6347)
+++ portal/trunk/examples/extension/pom.xml 2011-04-26 15:41:50 UTC (rev 6348)
@@ -25,6 +25,7 @@
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
<version>3.2.0-Beta01-SNAPSHOT</version>
+ <relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>exo.portal.sample.extension.root</artifactId>
Modified: portal/trunk/examples/extension/war/pom.xml
===================================================================
--- portal/trunk/examples/extension/war/pom.xml 2011-04-26 10:22:53 UTC (rev 6347)
+++ portal/trunk/examples/extension/war/pom.xml 2011-04-26 15:41:50 UTC (rev 6348)
@@ -24,6 +24,7 @@
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
<version>3.2.0-Beta01-SNAPSHOT</version>
+ <relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/examples/portal/config/pom.xml
===================================================================
--- portal/trunk/examples/portal/config/pom.xml 2011-04-26 10:22:53 UTC (rev 6347)
+++ portal/trunk/examples/portal/config/pom.xml 2011-04-26 15:41:50 UTC (rev 6348)
@@ -24,6 +24,7 @@
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
<version>3.2.0-Beta01-SNAPSHOT</version>
+ <relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/examples/portal/ear/pom.xml
===================================================================
--- portal/trunk/examples/portal/ear/pom.xml 2011-04-26 10:22:53 UTC (rev 6347)
+++ portal/trunk/examples/portal/ear/pom.xml 2011-04-26 15:41:50 UTC (rev 6348)
@@ -24,6 +24,7 @@
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
<version>3.2.0-Beta01-SNAPSHOT</version>
+ <relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/examples/portal/jar/pom.xml
===================================================================
--- portal/trunk/examples/portal/jar/pom.xml 2011-04-26 10:22:53 UTC (rev 6347)
+++ portal/trunk/examples/portal/jar/pom.xml 2011-04-26 15:41:50 UTC (rev 6348)
@@ -24,6 +24,7 @@
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
<version>3.2.0-Beta01-SNAPSHOT</version>
+ <relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/examples/portal/pom.xml
===================================================================
--- portal/trunk/examples/portal/pom.xml 2011-04-26 10:22:53 UTC (rev 6347)
+++ portal/trunk/examples/portal/pom.xml 2011-04-26 15:41:50 UTC (rev 6348)
@@ -25,6 +25,7 @@
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
<version>3.2.0-Beta01-SNAPSHOT</version>
+ <relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>exo.portal.sample.portal.root</artifactId>
Modified: portal/trunk/examples/portal/rest-war/pom.xml
===================================================================
--- portal/trunk/examples/portal/rest-war/pom.xml 2011-04-26 10:22:53 UTC (rev 6347)
+++ portal/trunk/examples/portal/rest-war/pom.xml 2011-04-26 15:41:50 UTC (rev 6348)
@@ -24,6 +24,7 @@
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
<version>3.2.0-Beta01-SNAPSHOT</version>
+ <relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/examples/portal/war/pom.xml
===================================================================
--- portal/trunk/examples/portal/war/pom.xml 2011-04-26 10:22:53 UTC (rev 6347)
+++ portal/trunk/examples/portal/war/pom.xml 2011-04-26 15:41:50 UTC (rev 6348)
@@ -24,6 +24,7 @@
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
<version>3.2.0-Beta01-SNAPSHOT</version>
+ <relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/examples/portlets/pom.xml
===================================================================
--- portal/trunk/examples/portlets/pom.xml 2011-04-26 10:22:53 UTC (rev 6347)
+++ portal/trunk/examples/portlets/pom.xml 2011-04-26 15:41:50 UTC (rev 6348)
@@ -6,6 +6,7 @@
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
<version>3.2.0-Beta01-SNAPSHOT</version>
+ <relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
Modified: portal/trunk/examples/skins/pom.xml
===================================================================
--- portal/trunk/examples/skins/pom.xml 2011-04-26 10:22:53 UTC (rev 6347)
+++ portal/trunk/examples/skins/pom.xml 2011-04-26 15:41:50 UTC (rev 6348)
@@ -6,6 +6,7 @@
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
<version>3.2.0-Beta01-SNAPSHOT</version>
+ <relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.gatein.portal.examples.skins</groupId>
Modified: portal/trunk/packaging/jboss-as5/pkg/pom.xml
===================================================================
--- portal/trunk/packaging/jboss-as5/pkg/pom.xml 2011-04-26 10:22:53 UTC (rev 6347)
+++ portal/trunk/packaging/jboss-as5/pkg/pom.xml 2011-04-26 15:41:50 UTC (rev 6348)
@@ -457,10 +457,10 @@
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.server</artifactId>
</dependency>
- <dependency>
+ <!--dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.jboss.plugin</artifactId>
- </dependency>
+ </dependency-->
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.core</artifactId>
Modified: portal/trunk/packaging/jboss-as6/pkg/pom.xml
===================================================================
--- portal/trunk/packaging/jboss-as6/pkg/pom.xml 2011-04-26 10:22:53 UTC (rev 6347)
+++ portal/trunk/packaging/jboss-as6/pkg/pom.xml 2011-04-26 15:41:50 UTC (rev 6348)
@@ -455,10 +455,10 @@
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.server</artifactId>
</dependency>
- <dependency>
+ <!--dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.jboss.plugin</artifactId>
- </dependency>
+ </dependency-->
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.core</artifactId>
Modified: portal/trunk/starter/ear/pom.xml
===================================================================
--- portal/trunk/starter/ear/pom.xml 2011-04-26 10:22:53 UTC (rev 6347)
+++ portal/trunk/starter/ear/pom.xml 2011-04-26 15:41:50 UTC (rev 6348)
@@ -24,6 +24,7 @@
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
<version>3.2.0-Beta01-SNAPSHOT</version>
+ <relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/starter/war/pom.xml
===================================================================
--- portal/trunk/starter/war/pom.xml 2011-04-26 10:22:53 UTC (rev 6347)
+++ portal/trunk/starter/war/pom.xml 2011-04-26 15:41:50 UTC (rev 6348)
@@ -24,6 +24,7 @@
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
<version>3.2.0-Beta01-SNAPSHOT</version>
+ <relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>