[SUREFIRE] skipped jar-plugin, install-plugin in IT and IT setup
Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/4671e6b3 Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/4671e6b3 Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/4671e6b3 Branch: refs/heads/master Commit: 4671e6b345a5106561f41a66ad55221d56245096 Parents: e001316 Author: tibordigana <tibo...@lycos.com> Authored: Sun Oct 4 16:04:17 2015 +0200 Committer: tibordigana <tibo...@lycos.com> Committed: Sun Oct 4 16:04:17 2015 +0200 ---------------------------------------------------------------------- surefire-integration-tests/pom.xml | 14 +++++++++++++- surefire-setup-integration-tests/pom.xml | 12 ++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/4671e6b3/surefire-integration-tests/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/pom.xml b/surefire-integration-tests/pom.xml index 9767021..900de0c 100644 --- a/surefire-integration-tests/pom.xml +++ b/surefire-integration-tests/pom.xml @@ -120,7 +120,6 @@ <version>2.12.4</version> <!-- ${shadedVersion}, but resolved due to http://jira.codehaus.org/browse/MRELEASE-799 --> </dependency> </dependencies> - <executions> <execution> <goals> @@ -150,6 +149,19 @@ </executions> </plugin> <plugin> + <artifactId>maven-jar-plugin</artifactId> + <!-- todo dont skip since of failsafe:2.19 internal use --> + <configuration> + <skip>true</skip> + </configuration> + </plugin> + <plugin> + <artifactId>maven-install-plugin</artifactId> + <configuration> + <skip>true</skip> + </configuration> + </plugin> + <plugin> <artifactId>maven-deploy-plugin</artifactId> <configuration> <skip>true</skip> http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/4671e6b3/surefire-setup-integration-tests/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-setup-integration-tests/pom.xml b/surefire-setup-integration-tests/pom.xml index 8404c85..18e1180 100644 --- a/surefire-setup-integration-tests/pom.xml +++ b/surefire-setup-integration-tests/pom.xml @@ -238,6 +238,18 @@ </executions> </plugin> <plugin> + <artifactId>maven-jar-plugin</artifactId> + <configuration> + <skip>true</skip> + </configuration> + </plugin> + <plugin> + <artifactId>maven-install-plugin</artifactId> + <configuration> + <skip>true</skip> + </configuration> + </plugin> + <plugin> <artifactId>maven-deploy-plugin</artifactId> <configuration> <skip>true</skip>