]> gerrit.simantics Code Review - simantics/3d.git/commitdiff
Stop using pack200 because it has been deprecated and removed
authorTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Sun, 23 Feb 2020 00:26:39 +0000 (02:26 +0200)
committerTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Sun, 23 Feb 2020 00:36:53 +0000 (02:36 +0200)
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 simantics/platform#468

pom.xml

diff --git a/pom.xml b/pom.xml
index fa0d10fbda34ff5fdb47cff6470d92df1dc40053..f9d53ff66b10e0119da35aada9a0daed6cca1970 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                        </environments>
                                </configuration>
                        </plugin>
-                       <plugin>
-                               <groupId>org.eclipse.tycho.extras</groupId>
-                               <artifactId>tycho-pack200b-plugin</artifactId>
-                               <version>${tycho-extras-version}</version>
-                               <executions>
-                                       <execution>
-                                               <id>pack200-pack</id>
-                                               <goals>
-                                                       <goal>pack</goal>
-                                               </goals>
-                                       </execution>
-                               </executions>
-                       </plugin>
                        <plugin>
                                <groupId>org.eclipse.tycho</groupId>
                                <artifactId>tycho-p2-plugin</artifactId>