diff --git a/.gitignore b/.gitignore index eb5a316c..8643541a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ +.flattened-pom.xml target diff --git a/pom.xml b/pom.xml index 534316f3..98c2e5ae 100644 --- a/pom.xml +++ b/pom.xml @@ -3,12 +3,11 @@ 4.0.0 - org.sonatype.oss - oss-parent - 9 + com.github.stefanbirkner + lib-parent + 4 - com.github.stefanbirkner system-rules 1.8.0-SNAPSHOT jar @@ -56,10 +55,6 @@ https://github.com/stefanbirkner/system-rules/ - - UTF-8 - - junit @@ -95,74 +90,11 @@ - org.apache.maven.plugins - maven-compiler-plugin - 3.1 - - 1.5 - 1.5 - - - - org.apache.maven.plugins maven-surefire-plugin - 2.17 always - - org.apache.maven.plugins - maven-gpg-plugin - 1.5 - - - sign-artifacts - verify - - sign - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.9.1 - - - attach-javadocs - - jar - - - - - - org.apache.maven.plugins - maven-source-plugin - 2.2.1 - - - attach-sources - - jar - - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.2 - true - - https://oss.sonatype.org/ - sonatype-nexus-staging - true - - -