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

Bamboo removes quotes (") from maven goal settings

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: High High
    • 2.2.3
    • 2.1.5, 2.2, 2.2.1
    • User Interface
    • None

      The maven goal

      clean test -Dbuild.lastSourceUpdate="${bamboo.custom.cvs.last.update.time}"

      is stripped off its quotes. This leads to invalid arguments for the maven builder.

      Starting to build 'Stack - CVS'
      ... running command line: /usr/share/maven/bin/mvn clean test -Dbuild.lastSourceUpdate=${bamboo.custom.cvs.last.update.time}
      ... in : /Users/ukuhnhardt/Bamboo-2.1.4/home-214-221/xml-data/build-dir/STACK-CVS/Stack
      ... using java.home: /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home
      05-May-2009 16:18:45 	
      Substituting variable: ${bamboo.custom.cvs.last.update.time} with 2009-05-05 16:04:07 +1000
      05-May-2009 16:18:45 	[INFO] Scanning for projects...
      05-May-2009 16:18:45 	[INFO] artifact 16:04: checking for updates from central
      05-May-2009 16:18:47 	[INFO] ------------------------------------------------------------------------
      05-May-2009 16:18:47 	[ERROR] BUILD ERROR
      05-May-2009 16:18:47 	[INFO] ------------------------------------------------------------------------
      05-May-2009 16:18:47 	[INFO] The plugin '16:04' does not exist or no valid version could be found
      

      the cvs date should remain in quotes as specified in the goal.

            bmccoy bmccoy
            ukuhnhardt Ulrich Kuhnhardt [Atlassian]
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: