Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The documentation at http://maven.apache.org/plugins/maven-war-plugin/usage.html has three bugs:
- The current maven-war-plugin version is 2.0.1.
<configuration>
<webAppDirectory>/sample/servlet/container/deploy/directory<webAppDirectory>
</configuration>
- The webAppDirectory XML element is never closed. A / is missing.
- The webAppDirectory XML element is miss spelled. webappDirectory is correct.