From dac7a40d1cf85956aeac63ccbdf5b7a0d9977ac3 Mon Sep 17 00:00:00 2001 From: Tuukka Lehtonen Date: Sun, 23 Feb 2020 03:04:56 +0200 Subject: [PATCH] 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 --- releng/org.simantics.tycho.configuration/pom.xml | 14 -------------- 1 file changed, 14 deletions(-) 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 -- 2.43.2