diff --git a/org.eclipse.jgit.ant.test/pom.xml b/org.eclipse.jgit.ant.test/pom.xml index 5bb54ee91..359d47715 100644 --- a/org.eclipse.jgit.ant.test/pom.xml +++ b/org.eclipse.jgit.ant.test/pom.xml @@ -91,6 +91,17 @@ src/ + + org.apache.maven.plugins + maven-jar-plugin + + + + test-jar + + + + maven-surefire-plugin diff --git a/org.eclipse.jgit.http.test/pom.xml b/org.eclipse.jgit.http.test/pom.xml index 65ad7ee0d..e9c43480b 100644 --- a/org.eclipse.jgit.http.test/pom.xml +++ b/org.eclipse.jgit.http.test/pom.xml @@ -112,6 +112,17 @@ + + org.apache.maven.plugins + maven-jar-plugin + + + + test-jar + + + + maven-surefire-plugin diff --git a/org.eclipse.jgit.java7.test/pom.xml b/org.eclipse.jgit.java7.test/pom.xml index a58fb3127..1762e4450 100644 --- a/org.eclipse.jgit.java7.test/pom.xml +++ b/org.eclipse.jgit.java7.test/pom.xml @@ -105,10 +105,21 @@ - maven-surefire-plugin - - -Xmx256m -Dfile.encoding=UTF-8 -Djava.io.tmpdir=${project.build.directory} - + org.apache.maven.plugins + maven-jar-plugin + + + + test-jar + + + + + + maven-surefire-plugin + + -Xmx256m -Dfile.encoding=UTF-8 + diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/org.eclipse.jgit.target.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/org.eclipse.jgit.target.target index 3a19cca24..8078802f9 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/org.eclipse.jgit.target.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/org.eclipse.jgit.target.target @@ -8,7 +8,7 @@ http://www.eclipse.org/legal/epl-v10.html --> - + @@ -30,39 +30,33 @@ - - - + + + - - - - - - - - - - - - + + + + - - + + + + diff --git a/org.eclipse.jgit.packaging/pom.xml b/org.eclipse.jgit.packaging/pom.xml index d282d33dd..da614a770 100644 --- a/org.eclipse.jgit.packaging/pom.xml +++ b/org.eclipse.jgit.packaging/pom.xml @@ -1,6 +1,6 @@ 2.0.12 1.4.1 @@ -195,6 +195,13 @@ + + + repo.eclipse.org.cbi-releases + https://repo.eclipse.org/content/repositories/cbi-releases/ + + + @@ -212,12 +219,15 @@ ${jgit-url} + maven-compiler-plugin - 2.5.1 + 3.1 @@ -228,7 +238,7 @@ org.apache.maven.plugins maven-shade-plugin - 1.7.1 + 2.1 @@ -240,31 +250,31 @@ org.apache.maven.plugins maven-dependency-plugin - 2.5 + 2.8 org.apache.maven.plugins maven-source-plugin - 2.2 + 2.2.1 org.apache.maven.plugins maven-javadoc-plugin - 2.8.1 + 2.9.1 org.apache.maven.plugins maven-surefire-plugin - 2.12.2 + 2.16 org.codehaus.mojo build-helper-maven-plugin - 1.7 + 1.8 @@ -287,7 +297,7 @@ org.apache.maven.plugins maven-pmd-plugin - 2.7.1 + 3.0.1 utf-8 100 @@ -313,6 +323,22 @@ info + + + org.eclipse.cbi.maven.plugins + eclipse-jarsigner-plugin + 1.0.4 + + + org.eclipse.tycho.extras + tycho-pack200a-plugin + 0.18.0 + + + org.eclipse.tycho.extras + tycho-pack200b-plugin + 0.18.0 + @@ -501,6 +527,64 @@ + + eclipse-sign + + + + org.eclipse.tycho.extras + tycho-pack200a-plugin + + + + jar + + + + + pack200-normalize + + normalize + + verify + + + + + org.eclipse.cbi.maven.plugins + eclipse-jarsigner-plugin + + + sign + verify + + sign + + + + + + org.eclipse.tycho.extras + tycho-pack200b-plugin + + + + jar + + + + + pack200-pack + + pack + + verify + + + + + +