diff --git a/pom.xml b/pom.xml index 7f86021..e383f72 100644 --- a/pom.xml +++ b/pom.xml @@ -40,6 +40,17 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.12.1 + + src/main/resources/checkstyle.xml + src/main/resources/copyright_header.txt + true + warning + + org.apache.maven.plugins maven-compiler-plugin @@ -99,6 +110,18 @@ + + org.apache.maven.plugins + maven-surefire-plugin + 2.15 + + classes + 1 + -Xmx256m + true + 300 + + org.skife.maven really-executable-jar-maven-plugin @@ -115,29 +138,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - 2.15 - - classes - 1 - -Xmx256m - true - 300 - - - - org.apache.maven.plugins - maven-checkstyle-plugin - 2.12.1 - - src/main/resources/checkstyle.xml - src/main/resources/copyright_header.txt - true - warning - -