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 + + +