use executing version of maven to build and execute

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115471 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2004-06-13 05:26:16 +00:00
parent fefd6c5db9
commit e67e22d0d4
17 changed files with 35 additions and 6 deletions

View File

@ -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

View File

@ -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">

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -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>

View File

@ -25,6 +25,9 @@
<author email="vmassol@apache.org">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

View File

@ -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

View File

@ -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">

View File

@ -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

View File

@ -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>

View File

@ -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>

View File

@ -19,3 +19,5 @@
# -------------------------------------------------------------------
maven.junit.fork=yes
maven.jar.override = on
maven.jar.maven = ${maven.home}/lib/maven.jar

View File

@ -48,7 +48,6 @@
</developers>
<dependencies>
<dependency>
<jar>maven.jar</jar>
<groupId>maven</groupId>
<artifactId>maven</artifactId>
<version>1.0-rc2</version>

View File

@ -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>

View File

@ -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
maven.junit.fork=yes
maven.jar.override = on
maven.jar.maven = ${maven.home}/lib/maven.jar

View File

@ -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>