- Revision
- 465
- Author
- mward
- Date
- 2007-12-11 17:41:50 -0600 (Tue, 11 Dec 2007)
Log Message
updated maven-war-plugin usage to no longer reference the /<module>/resources directories
Modified Paths
Diff
Modified: trunk/examples/migration-example/pom.xml (464 => 465)
--- trunk/examples/migration-example/pom.xml 2007-12-11 14:26:14 UTC (rev 464) +++ trunk/examples/migration-example/pom.xml 2007-12-11 23:41:50 UTC (rev 465) @@ -31,11 +31,6 @@ <configuration> <webXml>${basedir}/src/main/webapp/WEB-INF/${framework}-web.xml</webXml> <warName>${pom.artifactId}</warName> - <webResources> - <resource> - <directory>${basedir}/resources</directory> - </resource> - </webResources> </configuration> </plugin> </plugins>
Modified: trunk/pom.xml (464 => 465)
--- trunk/pom.xml 2007-12-11 14:26:14 UTC (rev 464) +++ trunk/pom.xml 2007-12-11 23:41:50 UTC (rev 465) @@ -244,11 +244,6 @@ <version>2.0.2</version> <configuration> <warName>${pom.artifactId}</warName> - <webResources> - <resource> - <directory>${basedir}/resources</directory> - </resource> - </webResources> </configuration> </plugin> <plugin>
To unsubscribe from this list please visit:
