From c0ad14b734ca329e9ae5d234f59078992a1511ba Mon Sep 17 00:00:00 2001 From: Andrew Woods Date: Thu, 25 Jul 2019 06:49:59 -0400 Subject: [PATCH] Create initial format style enforcement (#127) - All rules are initially suppressed Resolves: https://jira.duraspace.org/browse/VIVO-1692 --- pom.xml | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/pom.xml b/pom.xml index eee33cf9..049d8650 100644 --- a/pom.xml +++ b/pom.xml @@ -314,6 +314,54 @@ ${stagingBase}/vivo/${project.version} + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 3.0.0 + + + verify-style + + verify + + check + + + + + + duraspace-checkstyle/checkstyle.xml + + + vitro-checkstyle/checkstyle-suppressions.xml + + UTF-8 + true + true + true + true + + + + + com.puppycrawl.tools + checkstyle + 8.18 + + + org.duraspace + codestyle + 1.0.0 + + + org.vivoweb + checkstyle + 1.11.0-SNAPSHOT + + +