From d242fe87f6c83349721966805d0b16453a07890e Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Fri, 8 Jan 2016 11:03:42 +0000 Subject: [PATCH] Add Sevntu-Checkstyle support Allows adding Sevntu checkstyle rules to your project's checkstyle.xml. No list of the provided Checks is available. The source code for each check contains documentation within the class Javadoc. Source code for checks: https://github.com/sevntu-checkstyle/sevntu.checkstyle/tree/master/sevntu-checks/src/main/java/com/github/sevntu/checkstyle/checks Latest Releases: https://github.com/sevntu-checkstyle/sevntu.checkstyle/releases Signed-off-by: Paul Campbell --- pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pom.xml b/pom.xml index 1c6a5d9..beafdd6 100644 --- a/pom.xml +++ b/pom.xml @@ -120,6 +120,14 @@ + + + sevntu-maven + sevntu-maven + http://sevntu-checkstyle.github.io/sevntu.checkstyle/maven2 + + + @@ -132,6 +140,11 @@ checkstyle 6.14.1 + + com.github.sevntu.checkstyle + sevntu-checkstyle-maven-plugin + 1.17.1 +