Index: plugin.jelly
===================================================================
RCS file: /home/cvspublic/maven-plugins/war/plugin.jelly,v
retrieving revision 1.46
diff -u -r1.46 plugin.jelly
--- plugin.jelly 15 Oct 2004 11:05:20 -0000 1.46
+++ plugin.jelly 13 Dec 2004 21:16:18 -0000
@@ -114,6 +114,13 @@
includes="${maven.war.src.includes}"
excludes="${maven.war.src.excludes}">
+
+
+ Performing property expansion during copy.
+
+
+
+
Index: plugin.properties
===================================================================
RCS file: /home/cvspublic/maven-plugins/war/plugin.properties,v
retrieving revision 1.12
diff -u -r1.12 plugin.properties
--- plugin.properties 15 Jul 2004 09:28:56 -0000 1.12
+++ plugin.properties 13 Dec 2004 21:16:18 -0000
@@ -54,3 +54,5 @@
# Location of the manifest file to be used
maven.war.manifest=${maven.war.src}/META-INF/MANIFEST.MF
+
+maven.war.property.expansion=false
Index: xdocs/properties.xml
===================================================================
RCS file: /home/cvspublic/maven-plugins/war/xdocs/properties.xml,v
retrieving revision 1.14
diff -u -r1.14 properties.xml
--- xdocs/properties.xml 15 Jul 2004 09:28:56 -0000 1.14
+++ xdocs/properties.xml 13 Dec 2004 21:16:18 -0000
@@ -147,6 +147,14 @@
>SUN Code Conventions for the JavaServer Pages
+
+ | maven.war.property.expansion |
+ Yes |
+
+ Whether to perform property expansion during the war:war-resources
+ goal. Defaults to false.
+ |
+