update build environment
[null-analysis.git] / build / docker / build-environment.yml
blob09742dbcb9028ac29b4e5ca73dba7b4198797635
2 # This file is part of null-analyis. 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 null-analyis,
4 # including this file, may be copied, modified, propagated, or distributed except according to the terms contained
5 # in the LICENSE file.
8 version: '2'
10 services:
11   verify-project:
12     image: sebhoss/maven-build-environment:latest
13     container_name: null-analyis-verifier
14     volumes:
15      - "../../:/project"
16     working_dir: /project
17     external_links:
18      - local-nexus:nexus
19     command: mvn clean verify -s /config/settings.xml -Dmaven.repo.local=/repository
20     network_mode: bridge