mirror of
https://github.com/apache/archiva.git
synced 2025-02-08 02:59:43 +00:00
17 lines
254 B
YAML
17 lines
254 B
YAML
language: java
|
|
dist: xenial
|
|
jdk:
|
|
- openjdk8
|
|
|
|
before_install: "mvn clean install -DskipTests=true -B -V -Pci-build"
|
|
|
|
script: "mvn clean install -B -V -Pit-js -Pci-build"
|
|
|
|
cache:
|
|
directories:
|
|
- $HOME/.m2
|
|
branches:
|
|
except:
|
|
- gh-pages
|
|
|