git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113550 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2003-06-29 16:03:43 +00:00
parent 6bf7d0446f
commit 68da2606e7
4 changed files with 6 additions and 16 deletions

View File

@@ -7,6 +7,9 @@
<body>
<release version="1.1" date="in cvs">
<action dev="dion" type="fix">
Remove clean:classes and clean:docs goals, as they are in an inappropriate place
</action>
<action dev="dion" type="fix" due-to="gabriel">
Apply docs patch, fix bad code in the clean:classes and clean:docs goals
</action>

View File

@@ -18,14 +18,6 @@
<name>clean:clean</name>
<description>Removes ${maven.build.dir} and ${basedir}/velocity.log.</description>
</goal>
<goal>
<name>clean:classes</name>
<description>Removes ${maven.build.dest} and ${maven.test.dest} directories.</description>
</goal>
<goal>
<name>clean:docs</name>
<description>Removes the ${maven.gen.docs} and ${maven.docs.dest} directories.</description>
</goal>
</goals>
</body>
</document>

View File

@@ -7,6 +7,9 @@
<body>
<release version="1.1" date="in cvs">
<action dev="dion" type="fix">
Remove clean:classes and clean:docs goals, as they are in an inappropriate place
</action>
<action dev="dion" type="fix" due-to="gabriel">
Apply docs patch, fix bad code in the clean:classes and clean:docs goals
</action>

View File

@@ -18,14 +18,6 @@
<name>clean:clean</name>
<description>Removes ${maven.build.dir} and ${basedir}/velocity.log.</description>
</goal>
<goal>
<name>clean:classes</name>
<description>Removes ${maven.build.dest} and ${maven.test.dest} directories.</description>
</goal>
<goal>
<name>clean:docs</name>
<description>Removes the ${maven.gen.docs} and ${maven.docs.dest} directories.</description>
</goal>
</goals>
</body>
</document>