Maven is missing from Capability Type when adding a Executable and Bamboo Specs Imports fails on MavenTaskProperties
Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.
Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
Problem
When attempting to add a Maven Executable Capability to Bamboo, there is no Maven option under Capability Type.
Bamboo Specs imports will also fail with an error similar to the below:
1
Don't know how to import task properties of type: com.atlassian.bamboo.specs.model.task.MavenTaskProperties
Cause
The Bamboo Maven plugin has likely been disabled or failed to initialise on the most recent Bamboo start-up due to a timeout (see Unable to compile soy template in plugin module for a similar issue with a different symptom)
Resolution
Bamboo Administration >> Manage apps (or add-ons)
Change the dropdown from User-installed to All apps (or add-ons)
Type Maven into the Filter visible apps field.
Expand Atlassian Bamboo Maven Tasks Plugin
Click the Enable button
Was this helpful?