dion 68da2606e7 Fix docs
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113550 13f79535-47bb-0310-9956-ffa450edef68
2003-06-29 16:03:43 +00:00

24 lines
556 B
XML

<?xml version="1.0"?>
<document>
<properties>
<title>Maven Clean Plug-in Goals</title>
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties>
<body>
<goals>
<goal>
<name>clean</name>
<description>
This goal is a shortcut to the <code>clean:clean</code> goal.
</description>
</goal>
<goal>
<name>clean:clean</name>
<description>Removes ${maven.build.dir} and ${basedir}/velocity.log.</description>
</goal>
</goals>
</body>
</document>