Author: dbaeli
Date: 2009-11-16 22:20:51 -0500 (Mon, 16 Nov 2009)
New Revision: 613
Modified:
portal/trunk/packaging/exopackage/pom.xml
portal/trunk/packaging/pom.xml
Log:
GTNPORTAL-256: Replace the exopackage structure with maven tooling
* Step 1: include exopackage in GateIn to avoid external dependencies
* Same code as exopackage 1.1.0-Beta05 (was in
http://svn.exoplatform.org/projects/utils/exopackage/tags/1.1.0-Beta05 )
Modified: portal/trunk/packaging/exopackage/pom.xml
===================================================================
--- portal/trunk/packaging/exopackage/pom.xml 2009-11-17 02:28:12 UTC (rev 612)
+++ portal/trunk/packaging/exopackage/pom.xml 2009-11-17 03:20:51 UTC (rev 613)
@@ -24,26 +24,27 @@
<artifactId>exo.portal.packaging</artifactId>
<version>3.0.0-CR01-SNAPSHOT</version>
</parent>
- <modelVersion>4.0.0</modelVersion>
+
+ <modelVersion>4.0.0</modelVersion>
<artifactId>exopackage</artifactId>
- <name>GateIn eXo Package</name>
+ <name>GateIn eXo Package</name>
<packaging>pom</packaging>
<build>
<plugins>
- <!-- exobuild packaging -->
- <plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <executions>
- <execution>
- <phase>package</phase>
- <goals><goal>assembly</goal></goals>
- </execution>
- </executions>
- <configuration>
- <descriptors><descriptor>src/assemble/exopackage-zip.xml</descriptor></descriptors>
- </configuration>
- </plugin>
+ <!-- exobuild packaging -->
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals><goal>assembly</goal></goals>
+ </execution>
+ </executions>
+ <configuration>
+
<descriptors><descriptor>src/assemble/exopackage-zip.xml</descriptor></descriptors>
+ </configuration>
+ </plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
@@ -66,6 +67,6 @@
</execution>
</executions>
</plugin>
- </plugins>
- </build>
+ </plugins>
+ </build>
</project>
Modified: portal/trunk/packaging/pom.xml
===================================================================
--- portal/trunk/packaging/pom.xml 2009-11-17 02:28:12 UTC (rev 612)
+++ portal/trunk/packaging/pom.xml 2009-11-17 03:20:51 UTC (rev 613)
@@ -32,7 +32,7 @@
<name>GateIn Portal Packaging</name>
<modules>
- <!--module>exopackage</module-->
+ <module>exopackage</module>
<module>module</module>
<module>product</module>
<module>pkg</module>