Repository: maven-integration-testing Updated Branches: refs/heads/master ccd0ebb77 -> 196ae601b
missing Core IT stub plugins for install phase 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/196ae601 Tree: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/tree/196ae601 Diff: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/196ae601 Branch: refs/heads/master Commit: 196ae601ba4bc7e27459dab5348769c97a22a0ea Parents: ccd0ebb Author: Hervé Boutemy <[email protected]> Authored: Sun Nov 23 18:37:49 2014 +0100 Committer: Hervé Boutemy <[email protected]> Committed: Sun Nov 23 18:37:49 2014 +0100 ---------------------------------------------------------------------- .../pom-template.xml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/196ae601/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 4a03a09..9354350 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 @@ -64,12 +64,27 @@ under the License. <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-resources-plugin</artifactId> + <version>0.1-stub-SNAPSHOT</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>0.1-stub-SNAPSHOT</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-resources-plugin</artifactId> + <artifactId>maven-jar-plugin</artifactId> + <version>0.1-stub-SNAPSHOT</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <version>0.1-stub-SNAPSHOT</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-install-plugin</artifactId> <version>0.1-stub-SNAPSHOT</version> </plugin> </plugins>
