fix header
[fiscal-year.java.git] / build / docker / build-environment.yml
blobf7e123a4301f0fb06d36e74d73e5a4fea694e026
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
5 # in the LICENSE file.
8 build:
9   image: maven:3.3.9-jdk-8
10   volumes:
11    - "../../:/code"
12    - "~/.m2/repository/:/repository"
13   working_dir: /code
14   external_links:
15    - nexus_nexus_1:nexus
16   command: mvn clean verify -s build/docker/settings.xml -Dmaven.repo.local=/repository