From 38d433f9a7d79ebf9a790a8ef5d4b5329e1eda5c Mon Sep 17 00:00:00 2001 From: pfavre Date: Sun, 7 Apr 2019 18:43:10 +0200 Subject: [PATCH] Add checkstyle to standard maven validate target --- .travis.yml | 2 +- pom.xml | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a64c8c6..933373b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ before_script: - sudo apt-get install libc6:i386 libstdc++6:i386 script: - - ./mvnw clean install -X -Djarsigner.skip=false checkstyle:check + - ./mvnw clean install -X -Djarsigner.skip=false after_success: - ./mvnw test jacoco:report coveralls:report diff --git a/pom.xml b/pom.xml index 809da9e..a69f20c 100644 --- a/pom.xml +++ b/pom.xml @@ -41,6 +41,18 @@ 8.18 + + + checkstyle + validate + + check + + + true + + + org.apache.maven.plugins