documentation for overlay is incorrect
--------------------------------------
Key: MWAR-154
URL: http://jira.codehaus.org/browse/MWAR-154
Project: Maven 2.x War Plugin
Issue Type: Task
Reporter: Olaf Kittelmann
The documentation on
http://maven.apache.org/plugins/maven-war-plugin/overlays.html describes a
feature that only works with
version 2.1-alpha-1 of the plugin.
yet the pom snippets on the documentation page always point to version 2.0.
[...]
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>2.0</version>
<configuration>
<!-- default value is ** -->
<dependentWarIncludes>**/IncludeME,**/images</dependentWarIncludes>
</configuration>
</plugin>
</plugins>
[...]
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira