Author: hfnukal
Date: 2012-04-19 01:49:25 -0400 (Thu, 19 Apr 2012)
New Revision: 8700
Modified:
epp/portal/branches/EPP_5_2_Branch/examples/portal/ear/pom.xml
Log:
Bug 793462 - (JBEPP-544) Ship gatein-sample-extension.ear and gatein-sample-portal.ear as
exploded archives
Modified: epp/portal/branches/EPP_5_2_Branch/examples/portal/ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/portal/ear/pom.xml 2012-04-18 14:00:18 UTC
(rev 8699)
+++ epp/portal/branches/EPP_5_2_Branch/examples/portal/ear/pom.xml 2012-04-19 05:49:25 UTC
(rev 8700)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.1-GA-SNAPSHOT</version>
+ <version>5.2.1.CR02</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
@@ -38,17 +38,17 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.config</artifactId>
- <version>5.2.1-GA-SNAPSHOT</version>
+ <version>5.2.1.CR02</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.jar</artifactId>
- <version>5.2.1-GA-SNAPSHOT</version>
+ <version>5.2.1.CR02</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.api</artifactId>
- <version>5.2.1-GA-SNAPSHOT</version>
+ <version>5.2.1.CR02</version>
<scope>provided</scope>
<exclusions>
<exclusion>
@@ -76,13 +76,13 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.war</artifactId>
- <version>5.2.1-GA-SNAPSHOT</version>
+ <version>5.2.1.CR02</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.rest-war</artifactId>
- <version>5.2.1-GA-SNAPSHOT</version>
+ <version>5.2.1.CR02</version>
<type>war</type>
</dependency>
<dependency>
@@ -105,6 +105,7 @@
<artifactId>maven-ear-plugin</artifactId>
<configuration>
<displayName>sample-portal</displayName>
+ <unpackTypes>war</unpackTypes>
<modules>
<jarModule>
<groupId>org.exoplatform.portal</groupId>