GitHub user Tibor17 opened a pull request:
https://github.com/apache/maven-surefire/pull/76
[SUREFIRE-1128] Fix mvn 2.2.1 build process
https://builds.apache.org/view/All/job/maven-surefire-mvn-2.2.1
Fixed annoying issue related to JDK5/7
mvn verify -pl maven-failsafe-plugin -P run-its
tested with java.home jdk5
[INFO] --- maven-invoker-plugin:1.9:run (integration-test) @
maven-failsafe-plugin ---
[INFO] Building: jetty-war-test-failing\pom.xml
[INFO] ..SKIPPED due to JRE version
[INFO] Building: jetty-war-test-passing\pom.xml
[INFO] ..SKIPPED due to JRE version
[INFO] Building: multiple-summaries\pom.xml
[INFO] ..SUCCESS (3.7 s)
[INFO] Building: multiple-summaries-failing\pom.xml
[INFO] ..SUCCESS (3.6 s)
[INFO] Building: working-directory\pom.xml
[INFO] ..SUCCESS (3.4 s)
[INFO] -------------------------------------------------
[INFO] Build Summary:
[INFO] Passed: 3, Failed: 0, Errors: 0, Skipped: 2
[INFO] -------------------------------------------------
tested with java.home jdk7
[INFO] --- maven-invoker-plugin:1.9:run (integration-test) @
maven-failsafe-plugin ---
[INFO] Building: jetty-war-test-failing\pom.xml
[INFO] run script verify.bsh.bsh
[INFO] ..SUCCESS (7.5 s)
[INFO] Building: jetty-war-test-passing\pom.xml
[INFO] run script verify.bsh.bsh
[INFO] ..SUCCESS (6.9 s)
[INFO] Building: multiple-summaries\pom.xml
[INFO] ..SUCCESS (3.6 s)
[INFO] Building: multiple-summaries-failing\pom.xml
[INFO] ..SUCCESS (3.7 s)
[INFO] Building: working-directory\pom.xml
[INFO] ..SUCCESS (3.4 s)
[INFO] -------------------------------------------------
[INFO] Build Summary:
[INFO] Passed: 5, Failed: 0, Errors: 0, Skipped: 0
[INFO] -------------------------------------------------
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Tibor17/maven-surefire s2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/maven-surefire/pull/76.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #76
----
commit 00d88516aa5f401db12eff800ae93d189d398e79
Author: unknown <[email protected]>
Date: 2014-12-25T22:03:27Z
[SUREFIRE-1128] Fix mvn 2.2.1 build process
https://builds.apache.org/view/All/job/maven-surefire-mvn-2.2.1
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]