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
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.
Thanks for the info!
I hope it gets fixed soon.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This issue has been fixed now.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.