Repository: maven-integration-testing Updated Branches: refs/heads/master 196ae601b -> 858523d90
need real plugins Project: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/commit/858523d9 Tree: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/tree/858523d9 Diff: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/858523d9 Branch: refs/heads/master Commit: 858523d900da53dd035d21829c979941a8846ef4 Parents: 196ae60 Author: Hervé Boutemy <[email protected]> Authored: Sun Nov 23 22:41:31 2014 +0100 Committer: Hervé Boutemy <[email protected]> Committed: Sun Nov 23 22:41:31 2014 +0100 ---------------------------------------------------------------------- core-it-suite/src/test/resources/bootstrap/group-4/pom.xml | 7 +++++++ core-it-suite/src/test/resources/bootstrap/group-6/pom.xml | 2 +- .../pom-template.xml | 8 ++++---- 3 files changed, 12 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/858523d9/core-it-suite/src/test/resources/bootstrap/group-4/pom.xml ---------------------------------------------------------------------- diff --git a/core-it-suite/src/test/resources/bootstrap/group-4/pom.xml b/core-it-suite/src/test/resources/bootstrap/group-4/pom.xml index f4f36cf..0023a36 100644 --- a/core-it-suite/src/test/resources/bootstrap/group-4/pom.xml +++ b/core-it-suite/src/test/resources/bootstrap/group-4/pom.xml @@ -46,5 +46,12 @@ under the License. <version>${itPluginVersion}</version> <scope>runtime</scope> </dependency> + <!-- IT MNG-5663 maven-install --> + <dependency> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-install-plugin</artifactId> + <version>2.5.2</version> + <scope>runtime</scope> + </dependency> </dependencies> </project> http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/858523d9/core-it-suite/src/test/resources/bootstrap/group-6/pom.xml ---------------------------------------------------------------------- diff --git a/core-it-suite/src/test/resources/bootstrap/group-6/pom.xml b/core-it-suite/src/test/resources/bootstrap/group-6/pom.xml index a161e04..b48464e 100644 --- a/core-it-suite/src/test/resources/bootstrap/group-6/pom.xml +++ b/core-it-suite/src/test/resources/bootstrap/group-6/pom.xml @@ -81,7 +81,7 @@ under the License. <version>2.6</version> <scope>runtime</scope> </dependency> - <!-- IT MNG-5663 maven-compiler --> + <!-- IT MNG-5663 maven-compiler --> <dependency> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/858523d9/core-it-suite/src/test/resources/mng-5663-nested-import-scope-pom-resolution/pom-template.xml ---------------------------------------------------------------------- diff --git a/core-it-suite/src/test/resources/mng-5663-nested-import-scope-pom-resolution/pom-template.xml b/core-it-suite/src/test/resources/mng-5663-nested-import-scope-pom-resolution/pom-template.xml index 9354350..9d6f67a 100644 --- a/core-it-suite/src/test/resources/mng-5663-nested-import-scope-pom-resolution/pom-template.xml +++ b/core-it-suite/src/test/resources/mng-5663-nested-import-scope-pom-resolution/pom-template.xml @@ -65,17 +65,17 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> - <version>0.1-stub-SNAPSHOT</version> + <version>2.6</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>0.1-stub-SNAPSHOT</version> + <version>3.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> - <version>0.1-stub-SNAPSHOT</version> + <version>2.2</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -85,7 +85,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-install-plugin</artifactId> - <version>0.1-stub-SNAPSHOT</version> + <version>2.5.2</version> </plugin> </plugins> </pluginManagement>
