Bitbucket Pipelines - mvn clean install not working with JavaFX Bitbucket Pipelines - mvn clean install not working with JavaFX docker docker

Bitbucket Pipelines - mvn clean install not working with JavaFX


This worked for me:

image: maven:3-jdk-8pipelines:  default:    - step:        script: # Modify the commands below to build your repository.          - apt-get update          - apt-get install -y openjfx          - mvn clean install