Fix docs
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:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user