- Revision
- 285
- Author
- gas
- Date
- 2007-07-26 12:36:59 -0500 (Thu, 26 Jul 2007)
Log Message
fixing war filename problem
Modified Paths
Diff
Modified: trunk/extensions/taglib-acceptance/pom.xml (284 => 285)
--- trunk/extensions/taglib-acceptance/pom.xml 2007-07-26 15:07:09 UTC (rev 284) +++ trunk/extensions/taglib-acceptance/pom.xml 2007-07-26 17:36:59 UTC (rev 285) @@ -53,9 +53,17 @@ </plugin> <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-war-plugin</artifactId> + <configuration> + <warName>${pom.artifactId}-${pom.version}</warName> + </configuration> + </plugin> + + <plugin> <groupId>org.codehaus.cargo</groupId> <artifactId>cargo-maven2-plugin</artifactId> - <version>0.3-SNAPSHOT</version> + <version>0.3.1</version> <executions> <execution> <id>start-container</id> @@ -85,9 +93,6 @@ </container> <deployables> <deployable> - <properties> - <context>waffle</context> - </properties> <pingURL>http://localhost:8080/cargocpc/index.html</pingURL> </deployable> </deployables>
To unsubscribe from this list please visit:
