2 # This file is part of fiscal-year. 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 fiscal-year,
4 # including this file, may be copied, modified, propagated, or distributed except according to the terms contained
12 image: sebhoss/maven-build-environment:latest
20 # run this to verify the project inside a container
23 file: build-environment.yml
24 service: build-environment
25 container_name: fiscal-year-verifier
26 command: mvn clean verify --settings /config/settings.xml -Dmaven.repo.local=/repository
28 # run this to cleanup your local target/ folder after running verify-project
31 file: build-environment.yml
32 service: build-environment
33 container_name: fiscal-year-cleaner
34 command: mvn clean --settings /config/settings.xml -Dmaven.repo.local=/repository