git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115485 13f79535-47bb-0310-9956-ffa450edef68
44 lines
1.2 KiB
XML
44 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<document>
|
|
<properties>
|
|
<title>Maven RAR Plugin Goals</title>
|
|
</properties>
|
|
<body>
|
|
<goals>
|
|
<goal>
|
|
<name>rar</name>
|
|
<description>Build a rar file</description>
|
|
</goal>
|
|
<goal>
|
|
<name>rar:deploy</name>
|
|
<description>Deploys the rar to the remote repository</description>
|
|
</goal>
|
|
<goal>
|
|
<name>rar:deploy-snapshot</name>
|
|
<description>Deploys the snapshot version of the rar to remote repository</description>
|
|
</goal>
|
|
<goal>
|
|
<name>rar:init</name>
|
|
<description>Initialise filesystem and other resources for a rar</description>
|
|
</goal>
|
|
<goal>
|
|
<name>rar:install</name>
|
|
<description>Install the rar in the local repository</description>
|
|
</goal>
|
|
<goal>
|
|
<name>rar:install-snapshot</name>
|
|
<description>Install the snapshot version of the rar in the local repository</description>
|
|
</goal>
|
|
<goal>
|
|
<name>rar:load</name>
|
|
<description>
|
|
</description>
|
|
</goal>
|
|
<goal>
|
|
<name>rar:rar</name>
|
|
<description>Build a rar file</description>
|
|
</goal>
|
|
</goals>
|
|
</body>
|
|
</document> |