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

Change-Id: I2f6769802cfa51f9d2fd410a125831849f7d484f

releng/org.simantics.tycho.configuration/pom.xml

index 659246e6eab8a006f4d39d17ee9fbc59c558dd4f..da8b7254d61683f2dc11d3806ceb9fe9338abb2d 100644 (file)
@@ -57,7 +57,6 @@
                                <artifactId>target-platform-configuration</artifactId>
                                <version>${tycho.version}</version>
                                <configuration>
                                <artifactId>target-platform-configuration</artifactId>
                                <version>${tycho.version}</version>
                                <configuration>
-                                       <includePackedArtifacts>true</includePackedArtifacts>
                                        <target>
                                                <artifact>
                                                        <groupId>org.simantics</groupId>
                                        <target>
                                                <artifact>
                                                        <groupId>org.simantics</groupId>
                                <artifactId>tycho-source-feature-plugin</artifactId>
                                <version>${tycho.extras.version}</version>
                        </plugin>
                                <artifactId>tycho-source-feature-plugin</artifactId>
                                <version>${tycho.extras.version}</version>
                        </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>
                        <plugin>
                                <groupId>org.eclipse.tycho</groupId>
                                <artifactId>tycho-p2-plugin</artifactId>