blob: 888cf04a76c61cc431ae77acc258dbe70d535c27 [file] [log] [blame]
# This is a sample build configuration for Maven.
# Check our guides at https://confluence.atlassian.com/x/VYk8Lw for more examples.
# Only use spaces to indent your .yml configuration.
# -----
# You can specify a custom docker image from Docker Hub as your build environment.
image: maven:3.5.4-jdk-8
pipelines:
default:
- step:
caches:
- maven
script: # Modify the commands below to build your repository.
#- mvn -V -B clean verify
- mvn -V -B -Pwith-java8-tests clean verify