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> <plugin>
<artifactId>maven-help-plugin</artifactId> <artifactId>maven-help-plugin</artifactId>
<!-- use 2.0.2-snap until it's released, due to bug described above --> <!-- 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> <executions>
<execution> <execution>
<phase>generate-resources</phase> <phase>generate-resources</phase>

View File

@ -42,7 +42,7 @@
<plugins> <plugins>
<plugin> <plugin>
<artifactId>maven-help-plugin</artifactId> <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> <executions>
<execution> <execution>
<phase>generate-test-resources</phase> <phase>generate-test-resources</phase>

View File

@ -12,21 +12,22 @@
<issue>MNG-2539</issue> <issue>MNG-2539</issue>
</properties> </properties>
<!--
<repositories> <repositories>
<repository> <repository>
<id>javamail-local</id> <id>javamail-local</id>
<url>file://${basedir}/repository</url> <url>file://${basedir}/repository</url>
</repository> </repository>
</repositories> </repositories>
-->
<!-- pluginRepositories are deprecated in 2.1-SNAPSHOT (trunk), use repositories instead. -->
<!--
<pluginRepositories> <pluginRepositories>
<pluginRepository> <pluginRepository>
<id>javamail-local</id> <id>javamail-local</id>
<url>file://${basedir}/repository</url> <url>file://${basedir}/repository</url>
</pluginRepository> </pluginRepository>
</pluginRepositories> </pluginRepositories>
-->
<build> <build>
<plugins> <plugins>