Author: chris.laprun(a)jboss.com
Date: 2009-10-01 13:34:00 -0400 (Thu, 01 Oct 2009)
New Revision: 232
Modified:
components/wsrp/trunk/wsrp-producer-war/pom.xml
Log:
- Use more recent version of maven-war-plugin than the one provided with default maven
install as the default one crashed on deploy.
Modified: components/wsrp/trunk/wsrp-producer-war/pom.xml
===================================================================
--- components/wsrp/trunk/wsrp-producer-war/pom.xml 2009-10-01 17:31:40 UTC (rev 231)
+++ components/wsrp/trunk/wsrp-producer-war/pom.xml 2009-10-01 17:34:00 UTC (rev 232)
@@ -49,7 +49,7 @@
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-common</artifactId>
</dependency>
-
+
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
@@ -57,9 +57,10 @@
</dependencies>
<build>
- <plugins>
+ <plugins>
<plugin>
<artifactId>maven-war-plugin</artifactId>
+ <version>2.1-beta-1</version>
<configuration>
<packagingExcludes>WEB-INF/lib/*.jar</packagingExcludes>
<archive>
Show replies by date