diff --git a/pom.xml b/pom.xml
index f93601abd..5940c6b96 100644
--- a/pom.xml
+++ b/pom.xml
@@ -140,11 +140,6 @@ Copyright (c) 2012 - Jeremy Long
org.apache.maven.plugins
maven-compiler-plugin
3.2
-
- false
- 1.6
- 1.6
-
org.apache.maven.plugins
@@ -160,25 +155,6 @@ Copyright (c) 2012 - Jeremy Long
org.apache.maven.plugins
maven-failsafe-plugin
2.18.1
-
-
-
- temp.directory
- ${project.build.directory}/temp
-
-
-
- **/*IntegrationTest.java
-
-
-
-
-
- integration-test
- verify
-
-
-
org.apache.maven.plugins
@@ -189,16 +165,6 @@ Copyright (c) 2012 - Jeremy Long
org.apache.maven.plugins
maven-jar-plugin
2.5
-
-
-
- true
-
-
-
- **/checkstyle*
-
-
org.apache.maven.plugins
@@ -225,6 +191,48 @@ Copyright (c) 2012 - Jeremy Long
org.apache.maven.plugins
maven-compiler-plugin
+
+ false
+ 1.6
+ 1.6
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+
+
+
+ temp.directory
+ ${project.build.directory}/temp
+
+
+
+ **/*IntegrationTest.java
+
+
+
+
+
+ integration-test
+ verify
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+
+
+
+ true
+
+
+
+ **/checkstyle*
+
+
org.apache.maven.plugins