diff --git a/pom.xml b/pom.xml index 8befb59..a35a965 100644 --- a/pom.xml +++ b/pom.xml @@ -6,9 +6,14 @@ assertj-parent-pom 2.2.4-SNAPSHOT pom + AssertJ - Fluent assertions for java unit testing Parent POM for all AssertJ modules http://assertj.org + + AssertJ + joel-costigliola.github.io/assertj/index.html + Apache License, Version 2.0 @@ -16,20 +21,7 @@ repo - - AssertJ - joel-costigliola.github.io/assertj/index.html - - - scm:git:git@github.com:joel-costigliola/assertj-maven-parent-pom.git - scm:git:git@github.com:joel-costigliola/assertj-maven-parent-pom.git - https://github.com/joel-costigliola/assertj-maven-parent-pom - HEAD - - - github - https://github.com/joel-costigliola/assertj-maven-parent-pom/issues - + joel-costigliola @@ -41,6 +33,17 @@ + + + scm:git:git@github.com:joel-costigliola/assertj-maven-parent-pom.git + scm:git:git@github.com:joel-costigliola/assertj-maven-parent-pom.git + https://github.com/joel-costigliola/assertj-maven-parent-pom + HEAD + + + github + https://github.com/joel-costigliola/assertj-maven-parent-pom/issues + ossrh @@ -52,6 +55,12 @@ + + UTF-8 + 8 + -Xdoclint:none + + @@ -69,110 +78,6 @@ - - - release - - - - org.apache.maven.plugins - maven-gpg-plugin - 1.6 - - - sign-artifacts - verify - - sign - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - - - attach-javadocs - - jar - - - ${maven.compiler.source} - ${additionalparam} - - - - - - - - - eclipse - - - m2e.version - - - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - org.apache.maven.plugins - maven-enforcer-plugin - [1.0.0,) - - enforce - - - - - - - - - org.jacoco - jacoco-maven-plugin - [0.7.5.201505241946,) - - prepare-agent - - - - - - - - - com.mycila - license-maven-plugin - [2.11,) - - format - - - - - - - - - - - - - - - - clean install @@ -409,6 +314,7 @@ + @@ -431,9 +337,9 @@ org.codehaus.mojo findbugs-maven-plugin 3.0.5 - - Max - + + Max + org.apache.maven.plugins @@ -452,10 +358,108 @@ - - UTF-8 - 8 - -Xdoclint:none - + + + release + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + ${maven.compiler.source} + ${additionalparam} + + + + + + + + + eclipse + + + m2e.version + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + [1.0.0,) + + enforce + + + + + + + + + org.jacoco + jacoco-maven-plugin + [0.7.5.201505241946,) + + prepare-agent + + + + + + + + + com.mycila + license-maven-plugin + [2.11,) + + format + + + + + + + + + + + + + + +