[JIRA] [core] (JENKINS-26462) Extract Maven builder to a separate plugin

21 views
Skip to first unread message

vincent@latombe.net (JIRA)

unread,
Feb 29, 2016, 6:01:03 AM2/29/16
to jenkinsc...@googlegroups.com
Vincent Latombe assigned an issue to Unassigned
 
Jenkins / Task JENKINS-26462
Extract Maven builder to a separate plugin
Change By: Vincent Latombe
Assignee: Vincent Latombe
Add Comment Add Comment
 
This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265)
Atlassian logo

vincent@latombe.net (JIRA)

unread,
Feb 29, 2016, 6:01:04 AM2/29/16
to jenkinsc...@googlegroups.com
Vincent Latombe stopped work on Task JENKINS-26462
 
Change By: Vincent Latombe
Status: In Progress Open

cleclerc@cloudbees.com (JIRA)

unread,
May 17, 2016, 5:32:01 AM5/17/16
to jenkinsc...@googlegroups.com

alobato@cloudbees.com (JIRA)

unread,
May 17, 2016, 6:25:01 AM5/17/16
to jenkinsc...@googlegroups.com

alobato@cloudbees.com (JIRA)

unread,
May 17, 2016, 6:26:05 AM5/17/16
to jenkinsc...@googlegroups.com
Alvaro Lobato started work on Task JENKINS-26462
 
Change By: Alvaro Lobato
Status: Open In Progress

alobato@cloudbees.com (JIRA)

unread,
Jul 7, 2016, 10:28:04 AM7/7/16
to jenkinsc...@googlegroups.com
Alvaro Lobato commented on Task JENKINS-26462
 
Re: Extract Maven builder to a separate plugin

Submitted changes with the extension point to allow MavenInstallation selection and created downstream PR-72 for Maven Plugin.

This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)
Atlassian logo

jglick@cloudbees.com (JIRA)

unread,
Nov 14, 2019, 1:31:03 PM11/14/19
to jenkinsc...@googlegroups.com
Jesse Glick updated an issue
 
Change By: Jesse Glick
Labels: split-plugins-from-core stalled-pr
This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)
Atlassian logo

jglick@cloudbees.com (JIRA)

unread,
Nov 14, 2019, 1:37:05 PM11/14/19
to jenkinsc...@googlegroups.com
Jesse Glick commented on Task JENKINS-26462
 
Re: Extract Maven builder to a separate plugin

I think the whole hudson.tasks._maven package (and corresponding feature in pipeline-maven-plugin) would best be deprecated. With recent versions of Maven, it is better to use (for example)

ansiColor('xterm') {
  withEnv(['MAVEN_OPTS=-Djansi.force=true']) { // MNG-6380
    sh 'mvn -B -Dstyle.color=always -ntp clean verify'
  }
}

which produces richer and better coloration than Jenkins ever did.

Reply all
Reply to author
Forward
0 new messages