git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112724 13f79535-47bb-0310-9956-ffa450edef68
32 lines
854 B
XML
32 lines
854 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<document>
|
|
<properties>
|
|
<title>Maven war Plug-in Goals</title>
|
|
<author email="dion@apache.org">dIon Gillard</author>
|
|
</properties>
|
|
<body>
|
|
<goals>
|
|
<goal>
|
|
<name>war</name>
|
|
<description>Build a war file</description>
|
|
</goal>
|
|
<goal>
|
|
<name>war:init</name>
|
|
<description>Initialize the file system and attain any necessary goals</description>
|
|
</goal>
|
|
<goal>
|
|
<name>war:install</name>
|
|
<description>Install the war in the local repository</description>
|
|
</goal>
|
|
<goal>
|
|
<name>war:war</name>
|
|
<description>Build a war file</description>
|
|
</goal>
|
|
<goal>
|
|
<name>war:webapp</name>
|
|
<description>Build a webapp directory</description>
|
|
</goal>
|
|
</goals>
|
|
</body>
|
|
</document> |