Repository: maven-integration-testing Updated Branches: refs/heads/master 82bc9983d -> 3e7623ee7
Added more 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/3e7623ee Tree: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/tree/3e7623ee Diff: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/3e7623ee Branch: refs/heads/master Commit: 3e7623ee7d9f5d4afc12bffedc3aa3ee57405ba9 Parents: 82bc998 Author: Kristian Rosenvold <krosenv...@apache.org> Authored: Sun Jun 21 18:34:59 2015 +0200 Committer: Kristian Rosenvold <krosenv...@apache.org> Committed: Sun Jun 21 18:34:59 2015 +0200 ---------------------------------------------------------------------- core-it-suite/src/test/resources/bootstrap/group-7/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/3e7623ee/core-it-suite/src/test/resources/bootstrap/group-7/pom.xml ---------------------------------------------------------------------- diff --git a/core-it-suite/src/test/resources/bootstrap/group-7/pom.xml b/core-it-suite/src/test/resources/bootstrap/group-7/pom.xml index 948e756..5e72a00 100644 --- a/core-it-suite/src/test/resources/bootstrap/group-7/pom.xml +++ b/core-it-suite/src/test/resources/bootstrap/group-7/pom.xml @@ -60,6 +60,11 @@ under the License. <artifactId>maven-jar-plugin</artifactId> <version>2.4</version> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-plugin-plugin</artifactId> + <version>3.2</version> + </plugin> </plugins> </build> </project>