|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
- [JIRA] (JENKINS-15865) Jenkins build fails ... [email protected] (JIRA)
- [JIRA] (JENKINS-15865) Jenkins build f... [email protected] (JIRA)
- [JIRA] (JENKINS-15865) Jenkins build f... [email protected] (JIRA)
- [JIRA] (JENKINS-15865) Jenkins build f... [email protected] (JIRA)
- [JIRA] (JENKINS-15865) Jenkins build f... [email protected] (JIRA)
- [JIRA] (JENKINS-15865) Jenkins build f... [email protected] (JIRA)
- [JIRA] (JENKINS-15865) Jenkins build f... [email protected] (JIRA)
- [JIRA] (JENKINS-15865) Jenkins build f... [email protected] (JIRA)

Code changed in jenkins
User: Vincent Latombe
Path:
changelog.html
maven-plugin/src/main/java/hudson/maven/reporters/SurefireArchiver.java
http://jenkins-ci.org/commit/jenkins/7fb1ad44d5aa26f2b0c6717c589b6d2be698224d
Log:
JENKINS-15865 Jenkins build fails with fatal error for Maven 2 build
of project with maven-failsafe-plugin
Do not inject testFailureIgnore to
maven-failsafe-plugin:integration-test because it doesn't exist and
causes an NPE with Maven2.
Only insert it for maven-failsafe-plugin:verify.