Author: nbelaevski
Date: 2009-11-26 12:48:07 -0500 (Thu, 26 Nov 2009)
New Revision: 16012
Modified:
branches/community/3.3.X/samples/richfaces-demo/pom.xml
Log:
richfaces-demo: updated configuration for Selenium testing + JSF 2.0
Modified: branches/community/3.3.X/samples/richfaces-demo/pom.xml
===================================================================
--- branches/community/3.3.X/samples/richfaces-demo/pom.xml 2009-11-26 16:14:06 UTC (rev
16011)
+++ branches/community/3.3.X/samples/richfaces-demo/pom.xml 2009-11-26 17:48:07 UTC (rev
16012)
@@ -195,32 +195,48 @@
</dependencies>
</profile>
<profile>
- <id>jsf2_0</id>
- <dependencies>
- <dependency>
- <groupId>com.sun.faces</groupId>
- <artifactId>jsf-api</artifactId>
- <version>2.0.1</version>
- <exclusions>
- <exclusion>
- <artifactId>javax.el</artifactId>
- <groupId>el-api</groupId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>com.sun.faces</groupId>
- <artifactId>jsf-impl</artifactId>
- <version>2.0.1</version>
- <exclusions>
- <exclusion>
- <artifactId>javax.el</artifactId>
- <groupId>el-api</groupId>
- </exclusion>
- </exclusions>
- </dependency>
- </dependencies>
- </profile>
+ <id>jsf2_0</id>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>false</skip>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-war-plugin</artifactId>
+ <configuration>
+ <classifier>jsf2</classifier>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>com.sun.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <version>2.0.1</version>
+ <exclusions>
+ <exclusion>
+ <artifactId>javax.el</artifactId>
+ <groupId>el-api</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <version>2.0.1</version>
+ <exclusions>
+ <exclusion>
+ <artifactId>javax.el</artifactId>
+ <groupId>el-api</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ </dependencies>
+ </profile>
</profiles>
<dependencies>
<dependency>
Show replies by date