Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Problem with a build of spring boot project

Misel Mesnjak
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 3, 2016

Hi,

I'm trying to build a JHipster project using Bitbucket pipelines. I configured yml conf file so that it uses a jhipster development docker image (JHipster Installation docs) which has everything that is needed for development of such project. Everything goes fine until maven-copy-resources plugin action.

I get the following error:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.0.0:copy-resources (default-resources) on project pplsreport: Cannot create resource output directory: /opt/atlassian/bitbucketci/agent/build/target/classes -> [Help 1]

Can someone please help?

This is bitbucket-pipelines.yml:

# You can use a Docker image from Docker Hub or your own container
# registry for your build environment.
image: jhipster/jhipster:v3.4.2
pipelines:
  default:
    - step:
        script: # Modify the commands below to build your repository.
          - ./mvnw --version
          - ./mvnw -Pprod clean install

1 answer

1 accepted

0 votes
Answer accepted
Philip Hodder
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 7, 2016

Hi Misel,

I've looked into this, and it is a known issue at the moment. The Bitbucket Pipelines team is tracking the bug here:

https://bitbucket.org/site/master/issues/12956/i-cant-write-to-build-directory-when-user

You can 'watch' the issue to get notified when it is fixed. smile

Misel Mesnjak
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 7, 2016

Thanks for the info!

I hope it gets fixed soon.

Philip Hodder
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 20, 2016

This issue has been fixed now. smile

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Upcoming Bitbucket Events