Global variable cannot be passed to maven

Vladislav Rudkovskiy January 19, 2015

I have global variable bamboo.sonar.url and maven3 task Goal field looks like
clean test package sonar:sonar -Dsonar.host.url=${bamboo.sonar.url}
Unfotunately this configuration does not seem working.

In execution logs I see this line /usr/share/maven/bin/mvn --batch-mode -Djava.io.tmpdir=/srv/bamboo/current/temp/SERVER-SERSKKM10-SR clean test package sonar:sonar -Dsonar.host.url=${bamboo.sonar.url}
and this line
bamboo_sonar_url=sonarqube.esc.hq

As a result maven task falis on sonarqube connection.
Please explain how global variable can be passed to maven

2 answers

0 votes
Gretchen
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 2, 2015

So did you configure a variable (probably a global variable) with the name sonar.url

Once you do that you should be able to pass ${bamboo.sonar.url} as an argument.  Keep in mind that sonar is looking for a URL so sonarqube.esc.hq would not be a valid url.  That whole nuisance "http://" thing must be there for it to qualify as a URL.

 

0 votes
Vladislav Rudkovskiy January 21, 2015

Is it not possible to configure maven task using variables?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events