mirror of https://github.com/apache/maven.git
get plugins building again
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@312841 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
83b8cafc33
commit
07d3b5eb62
|
@ -57,7 +57,7 @@ ret=$?; if [ $ret != 0 ]; then exit $ret; fi
|
|||
|
||||
cd maven-plugins
|
||||
# update the release info to ensure these versions get used in the integration tests
|
||||
m2 --no-plugin-registry --batch-mode -DupdateReleaseInfo=true -e $ARGS clean:clean install
|
||||
m2 --no-plugin-registry --batch-mode --fail-at-end -e $ARGS clean:clean install
|
||||
ret=$?; if [ $ret != 0 ]; then exit $ret; fi
|
||||
)
|
||||
ret=$?; if [ $ret != 0 ]; then exit $ret; fi
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<parent>
|
||||
<artifactId>maven-plugin-parent</artifactId>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<version>2.0-beta-3</version>
|
||||
<version>2.0-beta-4-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>maven-projecthelp-plugin</artifactId>
|
||||
|
@ -19,12 +19,12 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-settings</artifactId>
|
||||
<version>2.0-beta-1</version>
|
||||
<version>2.0-beta-4-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-core</artifactId>
|
||||
<version>2.0-beta-3</version>
|
||||
<version>2.0-beta-4-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-core</artifactId>
|
||||
<version>2.0-beta-2</version>
|
||||
<version>2.0-beta-4-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.plexus</groupId>
|
||||
|
@ -40,12 +40,12 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-artifact-manager</artifactId>
|
||||
<version>2.0-beta-1</version>
|
||||
<version>2.0-beta-4-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-artifact</artifactId>
|
||||
<version>2.0-beta-1</version>
|
||||
<version>2.0-beta-4-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.scm</groupId>
|
||||
|
|
|
@ -175,7 +175,7 @@
|
|||
<module>maven-javadoc-plugin</module>
|
||||
<module>maven-plugin-plugin</module>
|
||||
<module>maven-pmd-plugin</module>
|
||||
<!-- module>maven-projecthelp-plugin</module -->
|
||||
<module>maven-projecthelp-plugin</module>
|
||||
<module>maven-project-info-reports-plugin</module>
|
||||
<module>maven-rar-plugin</module>
|
||||
<module>maven-release-plugin</module>
|
||||
|
|
Loading…
Reference in New Issue