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:
parent
fefd6c5db9
commit
e67e22d0d4
@ -17,3 +17,6 @@
|
|||||||
# -------------------------------------------------------------------
|
# -------------------------------------------------------------------
|
||||||
# P R O J E C T P R O P E R T I E S
|
# 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
|
||||||
|
|||||||
@ -26,6 +26,7 @@
|
|||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="1.3" date="In CVS">
|
<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>
|
<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>
|
||||||
<release version="1.2" date="2004-05-15">
|
<release version="1.2" date="2004-05-15">
|
||||||
|
|||||||
@ -18,3 +18,6 @@
|
|||||||
# P R O J E C T P R O P E R T I E S
|
# P R O J E C T P R O P E R T I E S
|
||||||
# -------------------------------------------------------------------
|
# -------------------------------------------------------------------
|
||||||
maven.junit.fork=true
|
maven.junit.fork=true
|
||||||
|
|
||||||
|
maven.jar.override = on
|
||||||
|
maven.jar.maven = ${maven.home}/lib/maven.jar
|
||||||
|
|||||||
@ -27,6 +27,7 @@
|
|||||||
<body>
|
<body>
|
||||||
|
|
||||||
<release version="1.6-SNAPSHOT" date="in CVS">
|
<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="evenisse" type="fix" issue="MPCHANGELOG-39">Fix date format with clearcase.</action>
|
||||||
<action dev="dion" type="update">Allow empty passwords in create-cvspass</action>
|
<action dev="dion" type="update">Allow empty passwords in create-cvspass</action>
|
||||||
</release>
|
</release>
|
||||||
|
|||||||
@ -18,3 +18,6 @@
|
|||||||
# P R O J E C T P R O P E R T I E S
|
# 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
|
||||||
|
|||||||
@ -23,7 +23,7 @@
|
|||||||
<pomVersion>3</pomVersion>
|
<pomVersion>3</pomVersion>
|
||||||
<id>maven-linkcheck-plugin</id>
|
<id>maven-linkcheck-plugin</id>
|
||||||
<name>Maven LinkCheck Plug-in</name>
|
<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>
|
<description>Check xdoc links. Requires Maven 1.0 RC2.</description>
|
||||||
<shortDescription>Check xdoc links</shortDescription>
|
<shortDescription>Check xdoc links</shortDescription>
|
||||||
<url>http://maven.apache.org/reference/plugins/linkcheck/</url>
|
<url>http://maven.apache.org/reference/plugins/linkcheck/</url>
|
||||||
|
|||||||
@ -25,6 +25,9 @@
|
|||||||
<author email="vmassol@apache.org">Vincent Massol</author>
|
<author email="vmassol@apache.org">Vincent Massol</author>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<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">
|
<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
|
<action dev="vmassol" type="add">Now supports failing the build on error if you set the new
|
||||||
<code>maven.linkcheck.failonerror</code>property to
|
<code>maven.linkcheck.failonerror</code>property to
|
||||||
|
|||||||
@ -17,3 +17,6 @@
|
|||||||
# -------------------------------------------------------------------
|
# -------------------------------------------------------------------
|
||||||
# P R O J E C T P R O P E R T I E S
|
# 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
|
||||||
|
|||||||
@ -26,6 +26,7 @@
|
|||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="1.4-SNAPSHOT" date="in CVS">
|
<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>
|
<action dev="brett" type="fix" issue="MPMULTIPROJECT-31">Make sure source directory exists as some circumstances cause it not to</action>
|
||||||
</release>
|
</release>
|
||||||
<release version="1.3" date="2004-05-13">
|
<release version="1.3" date="2004-05-13">
|
||||||
|
|||||||
@ -17,3 +17,6 @@
|
|||||||
# -------------------------------------------------------------------
|
# -------------------------------------------------------------------
|
||||||
# P R O J E C T P R O P E R T I E S
|
# 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
|
||||||
|
|||||||
@ -23,7 +23,7 @@
|
|||||||
<pomVersion>3</pomVersion>
|
<pomVersion>3</pomVersion>
|
||||||
<id>maven-pom-plugin</id>
|
<id>maven-pom-plugin</id>
|
||||||
<name>Maven POM Plugin</name>
|
<name>Maven POM Plugin</name>
|
||||||
<currentVersion>1.4</currentVersion>
|
<currentVersion>1.4.1-SNAPSHOT</currentVersion>
|
||||||
<description/>
|
<description/>
|
||||||
<shortDescription>Check Project Object Model</shortDescription>
|
<shortDescription>Check Project Object Model</shortDescription>
|
||||||
<url>http://maven.apache.org/reference/plugins/pom/</url>
|
<url>http://maven.apache.org/reference/plugins/pom/</url>
|
||||||
@ -88,7 +88,6 @@
|
|||||||
<version>1.0.b2</version>
|
<version>1.0.b2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<jar>maven.jar</jar>
|
|
||||||
<groupId>maven</groupId>
|
<groupId>maven</groupId>
|
||||||
<artifactId>maven</artifactId>
|
<artifactId>maven</artifactId>
|
||||||
<version>1.0-rc2</version>
|
<version>1.0-rc2</version>
|
||||||
|
|||||||
@ -24,7 +24,10 @@
|
|||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<releases>
|
<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">
|
<action dev="brett" type="remove" issue="MPPOM-2">
|
||||||
remove empty pom:update goal
|
remove empty pom:update goal
|
||||||
</action>
|
</action>
|
||||||
|
|||||||
@ -19,3 +19,5 @@
|
|||||||
# -------------------------------------------------------------------
|
# -------------------------------------------------------------------
|
||||||
maven.junit.fork=yes
|
maven.junit.fork=yes
|
||||||
|
|
||||||
|
maven.jar.override = on
|
||||||
|
maven.jar.maven = ${maven.home}/lib/maven.jar
|
||||||
|
|||||||
@ -48,7 +48,6 @@
|
|||||||
</developers>
|
</developers>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<jar>maven.jar</jar>
|
|
||||||
<groupId>maven</groupId>
|
<groupId>maven</groupId>
|
||||||
<artifactId>maven</artifactId>
|
<artifactId>maven</artifactId>
|
||||||
<version>1.0-rc2</version>
|
<version>1.0-rc2</version>
|
||||||
|
|||||||
@ -26,6 +26,7 @@
|
|||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="1.4-SNAPSHOT" date="in CVS">
|
<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>
|
<action dev="dion" type="update" issue="MPRELEASE-6">Code cleanup - remove unused imports</action>
|
||||||
</release>
|
</release>
|
||||||
|
|
||||||
|
|||||||
@ -18,3 +18,6 @@
|
|||||||
# P R O J E C T P R O P E R T I E S
|
# 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
|
||||||
|
|||||||
@ -27,6 +27,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<release version="1.7.2" date="in CVS">
|
<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" 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>
|
||||||
<release version="1.7.1" date="2004-05-19">
|
<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>
|
<action dev="aheritier" type="fix" issue="MPXDOC-102" due-to="Rafal Krzewski">Fix bad target in links generated in reports overview page.</action>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user