Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
The online documentation at http://maven.apache.org/plugins/maven-war-plugin/examples/war-manifest-guide.html contains a snippet of xml, the first example box has the following.
<archiver>
<manifest_entry>value</manifest_entry>
<archiver>
The final <archiver> tag should have been </archiver> to properly close it and make it well formed xml, otherwise this snippet won't work.