diff --git a/.gitignore b/.gitignore index 9c9642b1d..a3e40b873 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ target/* .idea *.iml /target +/build/ diff --git a/pom.xml b/pom.xml index e0ca8e9d0..23f90d4da 100644 --- a/pom.xml +++ b/pom.xml @@ -364,20 +364,6 @@ - - org.apache.maven.plugins - maven-compiler-plugin - 3.0 - - - - - true - ${java.version} - ${java.version} - true - - org.apache.maven.plugins maven-surefire-plugin