From 39401dd6a846b8515280455128e3d317803f2885 Mon Sep 17 00:00:00 2001 From: zhuangjiaju Date: Thu, 4 Jul 2019 19:28:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9travis-ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 6 +++++- pom.xml | 18 ------------------ 2 files changed, 5 insertions(+), 19 deletions(-) diff --git a/.travis.yml b/.travis.yml index 843bd09..b83b832 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,8 @@ language: java jdk: oraclejdk8 before_install: - chmod +x mvnw -script: "./mvnw install -B -V" \ No newline at end of file +script: + - "./mvnw install -DskipTests=true -Dmaven.javadoc.skip=true -B -V" + - "./mvnw pmd:check -DskipTests=true -Dmaven.javadoc.skip=true -B -V" + - "./mvnw install -B -V" + diff --git a/pom.xml b/pom.xml index 84af219..5335637 100644 --- a/pom.xml +++ b/pom.xml @@ -113,24 +113,6 @@ rulesets/java/ali-set.xml - - - - pmd-check-verify - validate - - check - - - - - pmd-pmd-site - site - - pmd - - - com.alibaba.p3c