maven-plugins/rar/xdocs/goals.xml
2004-06-17 02:51:53 +00:00

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>