Author: julien_viet
Date: 2010-07-23 18:43:16 -0400 (Fri, 23 Jul 2010)
New Revision: 3701
Modified:
portal/trunk/component/pc/pom.xml
portal/trunk/component/resources/pom.xml
portal/trunk/component/scripting/pom.xml
portal/trunk/component/web/api/pom.xml
portal/trunk/component/web/controller/pom.xml
portal/trunk/component/web/resources/pom.xml
portal/trunk/component/web/security/pom.xml
portal/trunk/component/web/server/pom.xml
portal/trunk/component/wsrp/pom.xml
Log:
- improve maven dependencies
- put description on maven modules that were created
Modified: portal/trunk/component/pc/pom.xml
===================================================================
--- portal/trunk/component/pc/pom.xml 2010-07-23 21:58:05 UTC (rev 3700)
+++ portal/trunk/component/pc/pom.xml 2010-07-23 22:43:16 UTC (rev 3701)
@@ -30,7 +30,7 @@
<artifactId>exo.portal.component.pc</artifactId>
<packaging>jar</packaging>
<name>GateIn Portal Component PC integration</name>
-
+
<dependencies>
<dependency>
Modified: portal/trunk/component/resources/pom.xml
===================================================================
--- portal/trunk/component/resources/pom.xml 2010-07-23 21:58:05 UTC (rev 3700)
+++ portal/trunk/component/resources/pom.xml 2010-07-23 22:43:16 UTC (rev 3701)
@@ -30,65 +30,19 @@
<artifactId>exo.portal.component.resources</artifactId>
<packaging>jar</packaging>
<name>GateIn Portal Component Resources</name>
- <description>resources data service...</description>
+ <description>Internationalization and localization resources</description>
<dependencies>
<dependency>
<groupId>org.exoplatform.kernel</groupId>
- <artifactId>exo.kernel.commons</artifactId>
+ <artifactId>exo.kernel.container</artifactId>
</dependency>
-
<dependency>
<groupId>org.exoplatform.kernel</groupId>
- <artifactId>exo.kernel.component.common</artifactId>
+ <artifactId>exo.kernel.component.cache</artifactId>
</dependency>
-
- <dependency>
- <groupId>org.exoplatform.kernel</groupId>
- <artifactId>exo.kernel.component.command</artifactId>
- </dependency>
<dependency>
- <groupId>org.exoplatform.core</groupId>
- <artifactId>exo.core.component.database</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.exoplatform.core</groupId>
- <artifactId>exo.core.component.security.core</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.exoplatform.core</groupId>
- <artifactId>exo.core.component.document</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.exoplatform.jcr</groupId>
- <artifactId>exo.jcr.component.core</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.exoplatform.jcr</groupId>
- <artifactId>exo.jcr.component.ext</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.common</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.gatein.wci</groupId>
- <artifactId>wci-wci</artifactId>
- </dependency>
-
- <dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- </dependency>
-
- <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
Modified: portal/trunk/component/scripting/pom.xml
===================================================================
--- portal/trunk/component/scripting/pom.xml 2010-07-23 21:58:05 UTC (rev 3700)
+++ portal/trunk/component/scripting/pom.xml 2010-07-23 22:43:16 UTC (rev 3701)
@@ -30,6 +30,7 @@
<artifactId>exo.portal.component.scripting</artifactId>
<packaging>jar</packaging>
<name>GateIn Portal Component Scripting</name>
+ <description>GateIn scripting and template engine</description>
<dependencies>
<dependency>
@@ -43,11 +44,6 @@
</dependency>
<dependency>
- <groupId>rhino</groupId>
- <artifactId>js</artifactId>
- </dependency>
-
- <dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
</dependency>
Modified: portal/trunk/component/web/api/pom.xml
===================================================================
--- portal/trunk/component/web/api/pom.xml 2010-07-23 21:58:05 UTC (rev 3700)
+++ portal/trunk/component/web/api/pom.xml 2010-07-23 22:43:16 UTC (rev 3701)
@@ -28,15 +28,16 @@
<artifactId>exo.portal.component.web.api</artifactId>
<packaging>jar</packaging>
<name>GateIn Portal Component Web API</name>
+ <description>Various API supported by GateIn related to web
serving</description>
<dependencies>
<dependency>
<groupId>org.exoplatform.kernel</groupId>
- <artifactId>exo.kernel.container</artifactId>
+ <artifactId>exo.kernel.component.common</artifactId>
</dependency>
<dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.common</artifactId>
+ <groupId>org.exoplatform.kernel</groupId>
+ <artifactId>exo.kernel.container</artifactId>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
Modified: portal/trunk/component/web/controller/pom.xml
===================================================================
--- portal/trunk/component/web/controller/pom.xml 2010-07-23 21:58:05 UTC (rev 3700)
+++ portal/trunk/component/web/controller/pom.xml 2010-07-23 22:43:16 UTC (rev 3701)
@@ -28,13 +28,10 @@
<artifactId>exo.portal.component.web.controller</artifactId>
<packaging>jar</packaging>
<name>GateIn Portal Component Web Controller</name>
+ <description>The GateIn web controller takes care of managing portal requests and
delegate the processing to
+ the appropriate subsystem.</description>
- <properties>
- <maven.test.skip>true</maven.test.skip>
- </properties>
-
<dependencies>
-
<dependency>
<groupId>org.exoplatform.kernel</groupId>
<artifactId>exo.kernel.container</artifactId>
Modified: portal/trunk/component/web/resources/pom.xml
===================================================================
--- portal/trunk/component/web/resources/pom.xml 2010-07-23 21:58:05 UTC (rev 3700)
+++ portal/trunk/component/web/resources/pom.xml 2010-07-23 22:43:16 UTC (rev 3701)
@@ -28,13 +28,26 @@
<artifactId>exo.portal.component.web.resources</artifactId>
<packaging>jar</packaging>
<name>GateIn Portal Component Web Resources</name>
+ <description>GateIn web resource serving services such as Javascript, skins and
stylesheets</description>
<dependencies>
<dependency>
<groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.common</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.resources</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.gatein.wci</groupId>
+ <artifactId>wci-wci</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ </dependency>
</dependencies>
</project>
Modified: portal/trunk/component/web/security/pom.xml
===================================================================
--- portal/trunk/component/web/security/pom.xml 2010-07-23 21:58:05 UTC (rev 3700)
+++ portal/trunk/component/web/security/pom.xml 2010-07-23 22:43:16 UTC (rev 3701)
@@ -28,16 +28,13 @@
<artifactId>exo.portal.component.web.security</artifactId>
<packaging>jar</packaging>
<name>GateIn Portal Component Web Security</name>
+ <description>GateIn web security services</description>
- <properties>
- <maven.test.skip>true</maven.test.skip>
- </properties>
-
<dependencies>
<dependency>
- <groupId>org.exoplatform.kernel</groupId>
- <artifactId>exo.kernel.container</artifactId>
+ <groupId>org.exoplatform.kernel</groupId>
+ <artifactId>exo.kernel.container</artifactId>
</dependency>
<dependency>
<groupId>org.exoplatform.core</groupId>
@@ -47,17 +44,7 @@
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.common</artifactId>
</dependency>
-<!--
<dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.web.controller</artifactId>
- </dependency>
- <dependency>
- <groupId>org.gatein.wci</groupId>
- <artifactId>wci-wci</artifactId>
- </dependency>
--->
- <dependency>
<groupId>org.chromattic</groupId>
<artifactId>chromattic.apt</artifactId>
<scope>compile</scope>
Modified: portal/trunk/component/web/server/pom.xml
===================================================================
--- portal/trunk/component/web/server/pom.xml 2010-07-23 21:58:05 UTC (rev 3700)
+++ portal/trunk/component/web/server/pom.xml 2010-07-23 22:43:16 UTC (rev 3701)
@@ -28,11 +28,8 @@
<artifactId>exo.portal.component.web.server</artifactId>
<packaging>jar</packaging>
<name>GateIn Portal Component Web Server</name>
+ <description>GateIn web server services</description>
- <properties>
- <maven.test.skip>true</maven.test.skip>
- </properties>
-
<dependencies>
<dependency>
<groupId>org.exoplatform.kernel</groupId>
Modified: portal/trunk/component/wsrp/pom.xml
===================================================================
--- portal/trunk/component/wsrp/pom.xml 2010-07-23 21:58:05 UTC (rev 3700)
+++ portal/trunk/component/wsrp/pom.xml 2010-07-23 22:43:16 UTC (rev 3701)
@@ -70,6 +70,11 @@
<artifactId>exo.portal.component.pc</artifactId>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.common</artifactId>
+ <scope>provided</scope>
+ </dependency>
<dependency>
<groupId>org.exoplatform.jcr</groupId>
Show replies by date