MPCLEAN-5. Fix doco.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116264 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-clean-plugin</id>
|
||||
<name>Maven Clean Plugin</name>
|
||||
<currentVersion>1.3</currentVersion>
|
||||
<currentVersion>1.4-SNAPSHOT</currentVersion>
|
||||
<description/>
|
||||
<shortDescription>Clean plugin for Maven</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/clean/</url>
|
||||
|
||||
@@ -24,6 +24,9 @@
|
||||
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.4" date="In CVS">
|
||||
<action dev="evenisse" type="fix" issue="MPCLEAN-5">Fix doco.</action>
|
||||
</release>
|
||||
<release version="1.3" date="2004-06-19">
|
||||
<action dev="brett" type="fix" issue="MPCLEAN-1">Also clean maven.build.dest in case it is moved outside maven.build.dir</action>
|
||||
</release>
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
<section name="Clean Java Plug-in">
|
||||
<section name="Maven Clean Plugin">
|
||||
<p>
|
||||
This plug-in provides functionality for cleaning output directories.
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user