diff --git a/org.eclipse.jgit.test/pom.xml b/org.eclipse.jgit.test/pom.xml index c2fd83ed9..017db3df6 100644 --- a/org.eclipse.jgit.test/pom.xml +++ b/org.eclipse.jgit.test/pom.xml @@ -62,6 +62,10 @@ JUnit tests for the core library. + + true + + junit diff --git a/pom.xml b/pom.xml index bd374c66c..f2785ffd5 100644 --- a/pom.xml +++ b/pom.xml @@ -484,7 +484,6 @@ - attach-javadocs jar @@ -539,6 +538,23 @@ org.apache.maven.plugins maven-javadoc-plugin ${maven-javadoc-plugin-version} + + + + javadoc + + + + aggregate + false + + aggregate + + + + + -Xdoclint:none + org.apache.maven.plugins @@ -562,6 +578,24 @@ + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.9 + + + + dependencies + project-team + mailing-list + cim + issue-tracking + license + scm + + + +