Author: khmarbaise
Date: Wed Nov 26 19:40:22 2014
New Revision: 1641900
URL: http://svn.apache.org/r1641900
Log:
[MRRESOURCES-88] Added a note about .vm on the usage page
Modified:
maven/plugins/trunk/maven-remote-resources-plugin/src/site/apt/usage.apt.vm
Modified:
maven/plugins/trunk/maven-remote-resources-plugin/src/site/apt/usage.apt.vm
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-remote-resources-plugin/src/site/apt/usage.apt.vm?rev=1641900&r1=1641899&r2=1641900&view=diff
==============================================================================
--- maven/plugins/trunk/maven-remote-resources-plugin/src/site/apt/usage.apt.vm
(original)
+++ maven/plugins/trunk/maven-remote-resources-plugin/src/site/apt/usage.apt.vm
Wed Nov 26 19:40:22 2014
@@ -60,6 +60,10 @@ Usage
This will trigger the scanning of that project's
<<<${basedir}/src/main/resources>>> directory and create the
<<<${basedir}/target/classes/META-INF/maven/remote-resources.xml>>> manifest
file.
+ <<Note:>> The files have to be named like <<<*.vm>>> to let them velocity
macro files which will
+ be filtered by the <<process>> goal. If you don't name the files
according to this
+ they will not been filtered.
+
* How to Use Remote Resource Bundles