mirror of https://github.com/apache/maven.git
changing it0043 to use the released version of the help plugin (2.0.2), and changing it0110 to use regular repositories, now that pluginRepositories are turned off in 2.1-SNAPSHOT (trunk).
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@609772 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
66eaa9b069
commit
d114a265bc
|
@ -25,7 +25,7 @@
|
|||
<plugin>
|
||||
<artifactId>maven-help-plugin</artifactId>
|
||||
<!-- use 2.0.2-snap until it's released, due to bug described above -->
|
||||
<version>2.0.2-SNAPSHOT</version>
|
||||
<version>2.0.2</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>generate-resources</phase>
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-help-plugin</artifactId>
|
||||
<version>2.0.2-SNAPSHOT</version> <!-- Removing this will cause MNG-900 -->
|
||||
<version>2.0.2</version> <!-- Removing this will cause MNG-900 -->
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>generate-test-resources</phase>
|
||||
|
|
|
@ -12,21 +12,22 @@
|
|||
<issue>MNG-2539</issue>
|
||||
</properties>
|
||||
|
||||
<!--
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>javamail-local</id>
|
||||
<url>file://${basedir}/repository</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
-->
|
||||
|
||||
<!-- pluginRepositories are deprecated in 2.1-SNAPSHOT (trunk), use repositories instead. -->
|
||||
<!--
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>javamail-local</id>
|
||||
<url>file://${basedir}/repository</url>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
-->
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
|
|
Loading…
Reference in New Issue