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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.