Maven configuration in bamboo

Ankit Kumar April 16, 2020

Hello team 

I just start my bamboo on server using docker image, and it is successfully logged in,

I just create a project and add repository and run build it shows me success result.

Now i install maven to build artifacts on same server but not with docker image.

i am getting error 

could you please help as soon as possible

 

Unable to find executable at /opt/apache-maven-3.3.9/bin/bin/mvn. Will try to run it anyway.

1 comment

Lasse Langhorn
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.
April 17, 2020

Hi,

It looks like you have to define a Maven executable for your Bamboo server. Go to Bamboo administration > Server capabilities > Add capability

Capability type = Executable

Type = Maven

Executable label = <your-label> eg. Maven3.6.3

Path = /path/to/maven/home eg. /pack/maven3.6.3

Note: The content in folder /path/to/maven/home is defined as your Maven home and must be Maven binaries downloaded from https://maven.apache.org/download.cgi

Regards

Lasse Langhorn

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events