mirror of
https://github.com/apache/archiva.git
synced 2025-02-11 12:36:11 +00:00
18 lines
240 B
YAML
18 lines
240 B
YAML
language: java
|
|
dist: xenial
|
|
jdk:
|
|
- openjdk8
|
|
|
|
install: "mvn clean install -DskipTests=true -B -V -Pci-build"
|
|
|
|
script: "mvn clean install -B -V -Pci-build"
|
|
|
|
cache:
|
|
directories:
|
|
- $HOME/.m2
|
|
|
|
branches:
|
|
except:
|
|
- gh-pages
|
|
|