diff --git a/war/xdocs/properties.xml b/war/xdocs/properties.xml index 6d12a9c5..cffff8ea 100644 --- a/war/xdocs/properties.xml +++ b/war/xdocs/properties.xml @@ -46,6 +46,18 @@ ${maven.build.dir}. + + maven.war.final.name + Yes + +

Name of the war file that is built.

+

Defaults to ${pom.artifactId}.war

+

+ Use ${pom.artifactId}-${pom.currentVersion} + to mimic the files created using the jar and ear plugins +

+ + maven.war.build.dir Yes