[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/225e3cbe Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/225e3cbe Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/225e3cbe Branch: refs/heads/master Commit: 225e3cbe650421c23084e86b149cea24544f4b77 Parents: 4671e6b Author: tibordigana <tibo...@lycos.com> Authored: Sun Oct 4 16:43:06 2015 +0200 Committer: tibordigana <tibo...@lycos.com> Committed: Sun Oct 4 16:43:06 2015 +0200 ---------------------------------------------------------------------- surefire-integration-tests/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/225e3cbe/surefire-integration-tests/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/pom.xml b/surefire-integration-tests/pom.xml index 900de0c..cecaeab 100644 --- a/surefire-integration-tests/pom.xml +++ b/surefire-integration-tests/pom.xml @@ -150,7 +150,7 @@ </plugin> <plugin> <artifactId>maven-jar-plugin</artifactId> - <!-- todo dont skip since of failsafe:2.19 internal use --> + <!-- todo dont skip since of failsafe:2.19 internal use if having src/main/java/... --> <configuration> <skip>true</skip> </configuration>