Uploaded image for project: 'Bamboo Data Center'
  1. Bamboo Data Center
  2. BAM-12526

Maven 3 Capability Detector Fails in some cases.

    XMLWordPrintable

Details

    Description

      Currently the pattern to detect Maven Capabilities is "Apache Maven (
      S+) .*"

      However its possible to get the output as

      $ mvn -version
      Apache Maven 3.0.4
      Maven home: /usr/share/maven
      Java version: 1.6.0_37, vendor: Sun Microsystems Inc.
      Java home: /usr/lib/jvm/java-6-sun-1.6.0.37/jre
      Default locale: en_US, platform encoding: UTF-8
      OS name: "linux", version: "3.2.0-29-generic", arch: "amd64", family: "unix"
      

      The pattern assumes there is another sequence of information after the 3.0.4

      Suggestion from customer: Change pattern to "Apache Maven (
      S+) ?.*"

      Attachments

        Activity

          People

            Unassigned Unassigned
            bmccoy bmccoy
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: