1
0
mirror of synced 2026-02-28 17:41:48 +08:00

#442 优化 pom.xml 文件

Signed-off-by: Sola <dev@sola.love>
This commit is contained in:
Sola
2018-01-24 12:23:45 +08:00
committed by Binary Wang
parent 18689eb7da
commit 6b408eabf2
2 changed files with 4 additions and 28 deletions

View File

@@ -8,15 +8,15 @@ language: java
jdk:
- oraclejdk8
script: "mvn clean package -Dmaven.test.skip=true"
script: "./mvnw clean package -DskipTests=true"
#script:
# - mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar
branches:
only:
- develop
cache:
directories:
- '$HOME/.m2/repository'