Documentation has a typo.
-------------------------
Key: MPWAR-70
URL: http://jira.codehaus.org/browse/MPWAR-70
Project: maven-war-plugin
Issue Type: Bug
Reporter: Chris lutje Spelberg
At the page http://maven.apache.org/plugins/maven-war-plugin/usage.html the
example uses 'webAppDirectory' instead of 'webappDirectory':
<project>
[...]
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>2.0</version>
<configuration>
<webAppDirectory>/sample/servlet/container/deploy/directory<webAppDirectory>
</configuration>
</plugin>
</plugins>
</build>
[...]
</project>
--
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