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:
John Dennis Casey 2008-01-07 20:20:33 +00:00
parent 66eaa9b069
commit d114a265bc
3 changed files with 5 additions and 4 deletions

View File

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

View File

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

View File

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