Return-Path: Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 69386 invoked by uid 500); 3 Jun 2003 06:36:58 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 69369 invoked by uid 500); 3 Jun 2003 06:36:57 -0000 Received: (qmail 69366 invoked from network); 3 Jun 2003 06:36:57 -0000 Received: from icarus.apache.org (208.185.179.13) by daedalus.apache.org with SMTP; 3 Jun 2003 06:36:57 -0000 Received: (qmail 51175 invoked by uid 1431); 3 Jun 2003 06:36:56 -0000 Date: 3 Jun 2003 06:36:56 -0000 Message-ID: <20030603063656.51174.qmail@icarus.apache.org> From: dion@apache.org To: maven-cvs@apache.org Subject: cvs commit: maven/src/plugins-build/clean/xdocs goals.xml changes.xml index.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N dion 2003/06/02 23:36:56 Modified: src/plugins-build/clean project.properties plugin.jelly project.xml src/plugins-build/clean/xdocs goals.xml changes.xml index.xml Log: Apply patch for MAVEN-459 Fix bugs in 'new' goals Up project version for changes Document changes Revision Changes Path 1.2 +4 -0 maven/src/plugins-build/clean/project.properties Index: project.properties =================================================================== RCS file: /home/cvs/maven/src/plugins-build/clean/project.properties,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- project.properties 5 Apr 2003 08:03:17 -0000 1.1 +++ project.properties 3 Jun 2003 06:36:56 -0000 1.2 @@ -1,3 +1,7 @@ # ------------------------------------------------------------------- # P R O J E C T P R O P E R T I E S # ------------------------------------------------------------------- +maven.xdoc.date=left +maven.xdoc.version=${pom.currentVersion} +#maven.xdoc.developmentProcessUrl=http://maven.apache.org/development-process.html +maven.license.licenseFile=${basedir}/../../../LICENSE.txt 1.4 +4 -4 maven/src/plugins-build/clean/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /home/cvs/maven/src/plugins-build/clean/plugin.jelly,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- plugin.jelly 7 Apr 2003 16:02:13 -0000 1.3 +++ plugin.jelly 3 Jun 2003 06:36:56 -0000 1.4 @@ -15,14 +15,14 @@ - - + + - - + + 1.3 +2 -2 maven/src/plugins-build/clean/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/maven/src/plugins-build/clean/project.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- project.xml 9 Apr 2003 01:06:44 -0000 1.2 +++ project.xml 3 Jun 2003 06:36:56 -0000 1.3 @@ -5,9 +5,9 @@ 3 maven-clean-plugin Maven Clean Plug-in - 1.0 + 1.1-SNAPSHOT - Java Project Management Tools + Clean plugin for Maven http://maven.apache.org/reference/plugins/clean/ /www/maven.apache.org/reference/plugins/clean/ 1.2 +21 -19 maven/src/plugins-build/clean/xdocs/goals.xml Index: goals.xml =================================================================== RCS file: /home/cvs/maven/src/plugins-build/clean/xdocs/goals.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- goals.xml 5 Apr 2003 08:03:17 -0000 1.1 +++ goals.xml 3 Jun 2003 06:36:56 -0000 1.2 @@ -7,23 +7,25 @@ -
- - - - - - - - - - -
GoalDescription
clean - This goal is a shortcut to the clean:clean goal -
clean:clean - Removes the maven.build.dir and - maven.test.reportsDirectory directories -
-
- + + + clean + + This goal is a shortcut to the clean:clean goal. + + + + clean:clean + Removes ${maven.build.dir} and ${basedir}/velocity.log. + + + clean:classes + Removes ${maven.build.dest} and ${maven.test.dest} directories. + + + clean:docs + Removes the ${maven.gen.docs} and ${maven.docs.dest} directories. + + + 1.3 +7 -3 maven/src/plugins-build/clean/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven/src/plugins-build/clean/xdocs/changes.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- changes.xml 7 Apr 2003 12:48:18 -0000 1.2 +++ changes.xml 3 Jun 2003 06:36:56 -0000 1.3 @@ -6,13 +6,17 @@ - - + + + Apply docs patch, fix bad code in the clean:classes and clean:docs goals + + + Add clean:classes and clean:docs goals. - Initial plugin created. Goals are move from java plugin. + Initial plugin created. Goals are moved from java plugin. 1.2 +1 -1 maven/src/plugins-build/clean/xdocs/index.xml Index: index.xml =================================================================== RCS file: /home/cvs/maven/src/plugins-build/clean/xdocs/index.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- index.xml 5 Apr 2003 08:03:17 -0000 1.1 +++ index.xml 3 Jun 2003 06:36:56 -0000 1.2 @@ -9,7 +9,7 @@

- This plug-in provides functionality for cleaning output directory. + This plug-in provides functionality for cleaning output directories.

--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org