Details
-
Improvement
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
With Maven2 the name and goal of an executed mojo will be printed in bold letters to the console. However Maven 3 changed the console output during start of executed mojos, so the old regex does not work anymore for freestyle jobs. Moreover Maven2/3 jobs use the ExecutionEventLogger to print names to the console.
Code changed in jenkins
User: Olivier Lamy
Path:
changelog.html
core/src/main/java/hudson/tasks/_maven/Maven3MojoNote.java
core/src/main/java/hudson/tasks/_maven/MavenConsoleAnnotator.java
core/src/test/java/hudson/tasks/_maven/Maven3MojoNoteTest.java
maven-plugin/src/main/java/hudson/maven/util/ExecutionEventLogger.java
http://jenkins-ci.org/commit/jenkins/1fbf02aed964328f3e9243bfbffcd4687e2683d1
Log:
Merge pull request #125 from mfriedenhagen/master
[FIXED JENKINS-9691] Boldify names of executed mojos for Freestyle and Maven2/3 jobs using Maven3 in console output.