From: Tuukka Lehtonen Date: Sun, 23 Feb 2020 01:04:56 +0000 (+0200) Subject: Stop using pack200 because it has been deprecated and removed X-Git-Tag: v1.43.0~85 X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=commitdiff_plain;h=dac7a40d1cf85956aeac63ccbdf5b7a0d9977ac3;ds=sidebyside Stop using pack200 because it has been deprecated and removed Deprecated in Java 11 https://openjdk.java.net/jeps/336 and removed in Java 14 https://openjdk.java.net/jeps/367. The main problem for us now is that the packed JARs don't get signed when using maven-jarsigner-plugin, while the unpacked ones do. Simplest solution is to let go of pack200 already. gitlab #468 Change-Id: I2f6769802cfa51f9d2fd410a125831849f7d484f --- diff --git a/releng/org.simantics.tycho.configuration/pom.xml b/releng/org.simantics.tycho.configuration/pom.xml index 659246e6e..da8b7254d 100644 --- a/releng/org.simantics.tycho.configuration/pom.xml +++ b/releng/org.simantics.tycho.configuration/pom.xml @@ -57,7 +57,6 @@ target-platform-configuration ${tycho.version} - true org.simantics @@ -89,19 +88,6 @@ tycho-source-feature-plugin ${tycho.extras.version} - - org.eclipse.tycho.extras - tycho-pack200b-plugin - ${tycho.extras.version} - - - pack200-pack - - pack - - - - org.eclipse.tycho tycho-p2-plugin