From bba43ba5bc8b2dcad79eb549d873151da7e5a45a Mon Sep 17 00:00:00 2001 From: dion Date: Fri, 1 Aug 2003 04:21:02 +0000 Subject: [PATCH] Add docs on maven.war.final.name git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113772 13f79535-47bb-0310-9956-ffa450edef68 --- war/xdocs/properties.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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