brett 2004/06/12 22:26:16 Modified: artifact/xdocs changes.xml changelog/xdocs changes.xml linkcheck/xdocs changes.xml multiproject/xdocs changes.xml pom/xdocs changes.xml release/xdocs changes.xml xdoc/xdocs changes.xml artifact project.properties changelog project.properties linkcheck project.xml project.properties multiproject project.properties pom project.xml project.properties release project.xml project.properties xdoc project.properties Log: use executing version of maven to build and execute Revision Changes Path 1.16 +1 -0 maven-plugins/artifact/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven-plugins/artifact/xdocs/changes.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- changes.xml 11 Jun 2004 09:36:41 -0000 1.15 +++ changes.xml 13 Jun 2004 05:26:16 -0000 1.16 @@ -26,6 +26,7 @@ </properties> <body> <release version="1.3" date="In CVS"> + <action dev="brett" type="fix">Build and run against the installed version of Maven</action> <action dev="evenisse" type="fix" due-to="Martin van den Bemt" issue="MPJAR-29">Replace Apache Jakarta Maven by Apache Maven in Manifest</action> </release> <release version="1.2" date="2004-05-15"> 1.33 +1 -0 maven-plugins/changelog/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven-plugins/changelog/xdocs/changes.xml,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- changes.xml 27 May 2004 17:18:45 -0000 1.32 +++ changes.xml 13 Jun 2004 05:26:16 -0000 1.33 @@ -27,6 +27,7 @@ <body> <release version="1.6-SNAPSHOT" date="in CVS"> + <action dev="brett" type="fix">Build and run plugin against the installed version of Maven</action> <action dev="evenisse" type="fix" issue="MPCHANGELOG-39">Fix date format with clearcase.</action> <action dev="dion" type="update">Allow empty passwords in create-cvspass</action> </release> 1.17 +3 -0 maven-plugins/linkcheck/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven-plugins/linkcheck/xdocs/changes.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- changes.xml 16 May 2004 01:56:57 -0000 1.16 +++ changes.xml 13 Jun 2004 05:26:16 -0000 1.17 @@ -25,6 +25,9 @@ <author email="[EMAIL PROTECTED]">Vincent Massol</author> </properties> <body> + <release version="1.3.1-SNAPSHOT" date="in CVS"> + <action dev="brett" type="fix">Build and run plugin against the installed version of Maven</action> + </release> <release version="1.3" date="2004-05-15"> <action dev="vmassol" type="add">Now supports failing the build on error if you set the new <code>maven.linkcheck.failonerror</code>property to 1.24 +1 -0 maven-plugins/multiproject/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven-plugins/multiproject/xdocs/changes.xml,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- changes.xml 7 Jun 2004 12:09:54 -0000 1.23 +++ changes.xml 13 Jun 2004 05:26:16 -0000 1.24 @@ -26,6 +26,7 @@ </properties> <body> <release version="1.4-SNAPSHOT" date="in CVS"> + <action dev="brett" type="fix">Build and run plugin against the installed version of Maven</action> <action dev="brett" type="fix" issue="MPMULTIPROJECT-31">Make sure source directory exists as some circumstances cause it not to</action> </release> <release version="1.3" date="2004-05-13"> 1.12 +4 -1 maven-plugins/pom/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven-plugins/pom/xdocs/changes.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- changes.xml 8 Apr 2004 00:39:25 -0000 1.11 +++ changes.xml 13 Jun 2004 05:26:16 -0000 1.12 @@ -24,7 +24,10 @@ </properties> <body> <releases> - <release version="1.4" date="in CVS"> + <release version="1.4.1-SNAPSHOT" date="in CVS"> + <action dev="brett" type="fix">Build and run plugin against the installed version of Maven</action> + </release> + <release version="1.4" date="unknown"> <action dev="brett" type="remove" issue="MPPOM-2"> remove empty pom:update goal </action> 1.13 +1 -0 maven-plugins/release/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven-plugins/release/xdocs/changes.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- changes.xml 1 Jun 2004 02:20:18 -0000 1.12 +++ changes.xml 13 Jun 2004 05:26:16 -0000 1.13 @@ -26,6 +26,7 @@ </properties> <body> <release version="1.4-SNAPSHOT" date="in CVS"> + <action dev="brett" type="fix">Build and run plugin against the installed version of Maven</action> <action dev="dion" type="update" issue="MPRELEASE-6">Code cleanup - remove unused imports</action> </release> 1.53 +1 -0 maven-plugins/xdoc/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven-plugins/xdoc/xdocs/changes.xml,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- changes.xml 13 Jun 2004 03:19:01 -0000 1.52 +++ changes.xml 13 Jun 2004 05:26:16 -0000 1.53 @@ -27,6 +27,7 @@ <body> <release version="1.7.2" date="in CVS"> <action dev="brett" type="fix" issue="MPXDOC-92">Correct ampersand handling in hrefs.</action> + <action dev="brett" type="fix">Build and run plugin against the installed version of Maven</action> </release> <release version="1.7.1" date="2004-05-19"> <action dev="aheritier" type="fix" issue="MPXDOC-102" due-to="Rafal Krzewski">Fix bad target in links generated in reports overview page.</action> 1.10 +3 -0 maven-plugins/artifact/project.properties Index: project.properties =================================================================== RCS file: /home/cvs/maven-plugins/artifact/project.properties,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- project.properties 2 May 2004 10:41:37 -0000 1.9 +++ project.properties 13 Jun 2004 05:26:16 -0000 1.10 @@ -17,3 +17,6 @@ # ------------------------------------------------------------------- # P R O J E C T P R O P E R T I E S # ------------------------------------------------------------------- + +maven.jar.override = on +maven.jar.maven = ${maven.home}/lib/maven.jar 1.11 +3 -0 maven-plugins/changelog/project.properties Index: project.properties =================================================================== RCS file: /home/cvs/maven-plugins/changelog/project.properties,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- project.properties 2 May 2004 10:41:38 -0000 1.10 +++ project.properties 13 Jun 2004 05:26:16 -0000 1.11 @@ -18,3 +18,6 @@ # P R O J E C T P R O P E R T I E S # ------------------------------------------------------------------- maven.junit.fork=true + +maven.jar.override = on +maven.jar.maven = ${maven.home}/lib/maven.jar 1.48 +1 -1 maven-plugins/linkcheck/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/maven-plugins/linkcheck/project.xml,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- project.xml 1 Jun 2004 14:11:53 -0000 1.47 +++ project.xml 13 Jun 2004 05:26:16 -0000 1.48 @@ -23,7 +23,7 @@ <pomVersion>3</pomVersion> <id>maven-linkcheck-plugin</id> <name>Maven LinkCheck Plug-in</name> - <currentVersion>1.3</currentVersion> + <currentVersion>1.3.1-SNAPSHOT</currentVersion> <description>Check xdoc links. Requires Maven 1.0 RC2.</description> <shortDescription>Check xdoc links</shortDescription> <url>http://maven.apache.org/reference/plugins/linkcheck/</url> 1.11 +3 -0 maven-plugins/linkcheck/project.properties Index: project.properties =================================================================== RCS file: /home/cvs/maven-plugins/linkcheck/project.properties,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- project.properties 2 May 2004 10:41:36 -0000 1.10 +++ project.properties 13 Jun 2004 05:26:16 -0000 1.11 @@ -18,3 +18,6 @@ # P R O J E C T P R O P E R T I E S # ------------------------------------------------------------------- maven.junit.fork=yes + +maven.jar.override = on +maven.jar.maven = ${maven.home}/lib/maven.jar 1.10 +3 -0 maven-plugins/multiproject/project.properties Index: project.properties =================================================================== RCS file: /home/cvs/maven-plugins/multiproject/project.properties,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- project.properties 1 May 2004 12:46:51 -0000 1.9 +++ project.properties 13 Jun 2004 05:26:16 -0000 1.10 @@ -17,3 +17,6 @@ # ------------------------------------------------------------------- # P R O J E C T P R O P E R T I E S # ------------------------------------------------------------------- + +maven.jar.override = on +maven.jar.maven = ${maven.home}/lib/maven.jar 1.40 +1 -2 maven-plugins/pom/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/maven-plugins/pom/project.xml,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- project.xml 16 May 2004 02:59:17 -0000 1.39 +++ project.xml 13 Jun 2004 05:26:16 -0000 1.40 @@ -23,7 +23,7 @@ <pomVersion>3</pomVersion> <id>maven-pom-plugin</id> <name>Maven POM Plugin</name> - <currentVersion>1.4</currentVersion> + <currentVersion>1.4.1-SNAPSHOT</currentVersion> <description/> <shortDescription>Check Project Object Model</shortDescription> <url>http://maven.apache.org/reference/plugins/pom/</url> @@ -88,7 +88,6 @@ <version>1.0.b2</version> </dependency> <dependency> - <jar>maven.jar</jar> <groupId>maven</groupId> <artifactId>maven</artifactId> <version>1.0-rc2</version> 1.9 +3 -0 maven-plugins/pom/project.properties Index: project.properties =================================================================== RCS file: /home/cvs/maven-plugins/pom/project.properties,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- project.properties 2 May 2004 10:41:36 -0000 1.8 +++ project.properties 13 Jun 2004 05:26:16 -0000 1.9 @@ -17,3 +17,6 @@ # ------------------------------------------------------------------- # P R O J E C T P R O P E R T I E S # ------------------------------------------------------------------- + +maven.jar.override = on +maven.jar.maven = ${maven.home}/lib/maven.jar 1.33 +0 -1 maven-plugins/release/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/maven-plugins/release/project.xml,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- project.xml 1 Jun 2004 02:20:18 -0000 1.32 +++ project.xml 13 Jun 2004 05:26:16 -0000 1.33 @@ -48,7 +48,6 @@ </developers> <dependencies> <dependency> - <jar>maven.jar</jar> <groupId>maven</groupId> <artifactId>maven</artifactId> <version>1.0-rc2</version> 1.9 +2 -0 maven-plugins/release/project.properties Index: project.properties =================================================================== RCS file: /home/cvs/maven-plugins/release/project.properties,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- project.properties 2 May 2004 10:41:38 -0000 1.8 +++ project.properties 13 Jun 2004 05:26:16 -0000 1.9 @@ -19,3 +19,5 @@ # ------------------------------------------------------------------- maven.junit.fork=yes +maven.jar.override = on +maven.jar.maven = ${maven.home}/lib/maven.jar 1.13 +4 -1 maven-plugins/xdoc/project.properties Index: project.properties =================================================================== RCS file: /home/cvs/maven-plugins/xdoc/project.properties,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- project.properties 2 May 2004 10:41:37 -0000 1.12 +++ project.properties 13 Jun 2004 05:26:16 -0000 1.13 @@ -17,4 +17,7 @@ # ------------------------------------------------------------------- # P R O J E C T P R O P E R T I E S # ------------------------------------------------------------------- -maven.junit.fork=yes \ No newline at end of file +maven.junit.fork=yes + +maven.jar.override = on +maven.jar.maven = ${maven.home}/lib/maven.jar
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]