Hi,
I have added Maven task like this successfully.
MavenTask mavenTask = new MavenTask()
.goal("clean install -U")
.hasTests(false)
.version3()
.jdk("JDK 1.8")
.executableLabel("Maven 3.x")
.workingSubdirectory("service-aggregator")
.enabled(false);
How can I add Sonar Maven 3 Task using java code?
The best way to figure it out is to add it through UI and then use Export as Bamboo Specs action from Plan configuration
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.