Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-39407

Use system default Maven, Maven Settings if not specified

XMLWordPrintable

      Currently, when you use the ``withMaven`` step, you need to specify the Maven installation. Furthermore, if you've configured, using the Managed Files and Global Tools Configuration, a maven settings.xml, you need to specify an ugly ID for that.

      For example:
      withMaven(maven: 'Maven 3.3', mavenSettingsConfig: 'ecbd05c9-e03e-4ccb-9aa1-242f9f1a423c')

      { sh "mvn clean verify -B" }

      It would be good if these could both be defaulted - at least, the mavenSettingsConfig, which doesn't have to be specified with the freestyle Maven Builder.

            cleclerc Cyrille Le Clerc
            twasink Robert Watkins
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: