Files
maven-plugins/shell/xdocs/goals.xml
dion f7aaf20e27 Apply MAVEN-850
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114177 13f79535-47bb-0310-9956-ffa450edef68
2003-10-08 16:49:14 +00:00

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>shell</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>