Author: bentmann
Date: Sun Oct 17 13:05:11 2010
New Revision: 1023492
URL: http://svn.apache.org/viewvc?rev=1023492&view=rev
Log:
o Removed irritating reference to Maven version 2
Modified:
maven/plugins/trunk/maven-war-plugin/src/site/apt/examples/adding-filtering-webresources.apt.vm
Modified:
maven/plugins/trunk/maven-war-plugin/src/site/apt/examples/adding-filtering-webresources.apt.vm
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/src/site/apt/examples/adding-filtering-webresources.apt.vm?rev=1023492&r1=1023491&r2=1023492&view=diff
==============================================================================
---
maven/plugins/trunk/maven-war-plugin/src/site/apt/examples/adding-filtering-webresources.apt.vm
(original)
+++
maven/plugins/trunk/maven-war-plugin/src/site/apt/examples/adding-filtering-webresources.apt.vm
Sun Oct 17 13:05:11 2010
@@ -28,7 +28,7 @@
Adding and Filtering External Web Resources
- The default resource directory for all Maven 2 projects is
<<<src/main/resources>>> which
+ The default resource directory for all Maven projects is
<<<src/main/resources>>> which
will end up in <<<target/classes>>> and in <<<WEB-INF/classes>>> in the WAR.
The directory
structure will be preserved in the process.