2 # This file is part of maven-build-process. It is subject to the license terms in the LICENSE file found in the top-level
3 # directory of this distribution and at http://creativecommons.org/publicdomain/zero/1.0/. No part of maven-build-process,
4 # including this file, may be copied, modified, propagated, or distributed except according to the terms contained
11 # see https://hub.docker.com/r/sebhoss/maven-build-environment/
12 maven-build-environment:
15 dockerfile: Dockerfile
16 image: sebhoss/maven-build-environment
18 image: sebhoss/maven-build-environment:latest
19 container_name: maven-build-process-verifier
21 - maven-build-environment
24 working_dir: /workspace
25 command: bash -c "cp -af /project/. /workspace/ && mvn clean verify -s /config/local-nexus-mirror.xml -Dmaven.repo.local=/repository"
36 name: sonarqube_sonarqube