Author: Alex.Kolonitsky
Date: 2009-05-12 14:01:12 -0400 (Tue, 12 May 2009)
New Revision: 14142
Modified:
trunk/examples/photoalbum/pom.xml
trunk/examples/photoalbum/source/ear/pom.xml
trunk/examples/photoalbum/source/ejb/pom.xml
trunk/examples/photoalbum/source/pom.xml
trunk/examples/photoalbum/source/web/pom.xml
trunk/examples/photoalbum/tests/pom.xml
Log:
change pom's
Modified: trunk/examples/photoalbum/pom.xml
===================================================================
--- trunk/examples/photoalbum/pom.xml 2009-05-12 17:55:46 UTC (rev 14141)
+++ trunk/examples/photoalbum/pom.xml 2009-05-12 18:01:12 UTC (rev 14142)
@@ -7,10 +7,10 @@
<version>1.0-SNAPSHOT</version>
<name>sample application</name>
<parent>
- <groupId>org.jboss.seam</groupId>
- <artifactId>root</artifactId>
- <version>2.1.1.GA</version>
- </parent>
+ <groupId>org.jboss.seam</groupId>
+ <artifactId>root</artifactId>
+ <version>2.1.1.GA</version>
+ </parent>
<properties>
<projectName>photoalbum</projectName>
@@ -34,14 +34,17 @@
<name>Jboss Repository for Maven</name>
<
url>http://repository.jboss.org/maven2/</url>
</repository>
- </repositories>
- <modules>
+ </repositories>
+
+ <modules>
<module>source/ear</module>
<module>source/ejb</module>
<module>source/web</module>
+ <module>assembly</module>
<!--module>tests</module-->
</modules>
- <build>
+
+ <build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -82,10 +85,9 @@
</pluginManagement>
</build>
-
<profiles>
<profile>
- <id>richfaces</id>
+ <id>livedemo</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
@@ -131,6 +133,15 @@
<
jboss.installer.url>http://internap.dl.sourceforge.net/sourceforge/jbo...
</properties>
</profile>
+
+ <profile>
+ <id>release</id>
+
+ <properties>
+ <imageset>full</imageset>
+ <imagespath>Upload/full/images</imagespath>
+ </properties>
+ </profile>
</profiles>
</project>
\ No newline at end of file
Modified: trunk/examples/photoalbum/source/ear/pom.xml
===================================================================
--- trunk/examples/photoalbum/source/ear/pom.xml 2009-05-12 17:55:46 UTC (rev 14141)
+++ trunk/examples/photoalbum/source/ear/pom.xml 2009-05-12 18:01:12 UTC (rev 14142)
@@ -60,7 +60,6 @@
<build>
<finalName>${projectName}-ear-1.0-SNAPSHOT</finalName>
<plugins>
-
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-plugin</artifactId>
@@ -74,6 +73,17 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>make-assembly</id>
+ <phase>none</phase>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-ear-plugin</artifactId>
<version>2.3.1</version>
<configuration>
@@ -104,7 +114,7 @@
<profiles>
<profile>
- <id>richfaces</id>
+ <id>livedemo</id>
<!--<build>-->
<!--<plugins>-->
Modified: trunk/examples/photoalbum/source/ejb/pom.xml
===================================================================
--- trunk/examples/photoalbum/source/ejb/pom.xml 2009-05-12 17:55:46 UTC (rev 14141)
+++ trunk/examples/photoalbum/source/ejb/pom.xml 2009-05-12 18:01:12 UTC (rev 14142)
@@ -74,7 +74,7 @@
<profiles>
<profile>
- <id>richfaces</id>
+ <id>livedemo</id>
<properties>
<imageset>full</imageset>
@@ -108,6 +108,17 @@
</plugin>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>make-assembly</id>
+ <phase>none</phase>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
<artifactId>maven-ejb-plugin</artifactId>
<configuration>
<ejbVersion>3.0</ejbVersion>
Modified: trunk/examples/photoalbum/source/pom.xml
===================================================================
--- trunk/examples/photoalbum/source/pom.xml 2009-05-12 17:55:46 UTC (rev 14141)
+++ trunk/examples/photoalbum/source/pom.xml 2009-05-12 18:01:12 UTC (rev 14142)
@@ -18,11 +18,7 @@
<richfacesVersion>3.3.1-SNAPSHOT</richfacesVersion>
<seamVersion>2.1.1.GA</seamVersion>
<faceletsVersion>1.1.15.B1</faceletsVersion>
- <jbosshome>
- ${project.basedir}/target/installs/jboss-4.2.3.GA/jboss-4.2.3.GA
- </jbosshome>
<jbosscontext>default</jbosscontext>
- <jboss.installer.url>file:E:\apps\jboss\jboss-4.2.3.GA.zip</jboss.installer.url>
<!--<imageset>short</imageset>-->
<imageset>short</imageset>
<imagespath>Upload/short</imagespath>
Modified: trunk/examples/photoalbum/source/web/pom.xml
===================================================================
--- trunk/examples/photoalbum/source/web/pom.xml 2009-05-12 17:55:46 UTC (rev 14141)
+++ trunk/examples/photoalbum/source/web/pom.xml 2009-05-12 18:01:12 UTC (rev 14142)
@@ -213,7 +213,7 @@
</dependencies>
<profiles>
<profile>
- <id>richfaces</id>
+ <id>livedemo</id>
<properties>
<imagespath>Upload/full/images</imagespath>
<environment.properties>environment/prod</environment.properties>
@@ -277,6 +277,17 @@
</plugin>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>make-assembly</id>
+ <phase>none</phase>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
<artifactId>maven-war-plugin</artifactId>
</plugin>
</plugins>
Modified: trunk/examples/photoalbum/tests/pom.xml
===================================================================
--- trunk/examples/photoalbum/tests/pom.xml 2009-05-12 17:55:46 UTC (rev 14141)
+++ trunk/examples/photoalbum/tests/pom.xml 2009-05-12 18:01:12 UTC (rev 14142)
@@ -37,6 +37,10 @@
<name>Selenium Tests Module</name>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
+ <properties>
+ <jbosshome>${project.basedir}/target/installs/jboss-4.2.3.GA/jboss-4.2.3.GA</jbosshome>
+ <jboss.installer.url>file:E:\apps\jboss\jboss-4.2.3.GA.zip</jboss.installer.url>
+ </properties>
<dependencies>
<dependency>
<groupId>org.richfaces</groupId>