git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113099 13f79535-47bb-0310-9956-ffa450edef68
29 lines
652 B
XML
29 lines
652 B
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<document>
|
|
|
|
<properties>
|
|
<title>ShellScript Plugin Goals</title>
|
|
<author email="apache@kav.dk">Kasper Nielsen</author>
|
|
</properties>
|
|
|
|
<body>
|
|
<goals>
|
|
<goal>
|
|
<name>sheel</name>
|
|
<description>
|
|
The default goal. This goal simply executes the
|
|
<a href="#shell:zsh">shell:zsh</a> goal for now
|
|
</description>
|
|
</goal>
|
|
|
|
<goal>
|
|
<name>shell:zsh</name>
|
|
<description>
|
|
Generates a <code>_maven</code> file for the ZSH shell
|
|
</description>
|
|
</goal>
|
|
|
|
</goals>
|
|
</body>
|
|
</document>
|