Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Le Menez2021-06-17 13:24:44 +0000
committerQuentin Le Menez2021-07-22 11:52:45 +0000
commita62e5240d90994dc14d45b4f586d648d9aa770a4 (patch)
tree4e49009d7d8dea332d300ad4c9e0a7f7447635d7
parentafc53b5553475ad1588965bc47ed204717d3c604 (diff)
downloadorg.eclipse.papyrus-a62e5240d90994dc14d45b4f586d648d9aa770a4.tar.gz
org.eclipse.papyrus-a62e5240d90994dc14d45b4f586d648d9aa770a4.tar.xz
org.eclipse.papyrus-a62e5240d90994dc14d45b4f586d648d9aa770a4.zip
Bug 572017 - [Releng] Remove unsupported pack200
Change-Id: I437b275f20f739e197b7718572b8a727e1ff19c7 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
-rwxr-xr-xreleng/main/pom.xml44
-rw-r--r--releng/pom.xml2
-rwxr-xr-xreleng/toolsmiths/pom.xml59
3 files changed, 5 insertions, 100 deletions
diff --git a/releng/main/pom.xml b/releng/main/pom.xml
index 214e6fa070d..1a7d9c51be4 100755
--- a/releng/main/pom.xml
+++ b/releng/main/pom.xml
@@ -255,7 +255,7 @@
<!-- Stable release profile. Takes +30min. Eclipse servers only -->
<profile>
- <id>packAndSign</id>
+ <id>sign</id>
<activation>
<property>
<name>SIGN</name>
@@ -266,19 +266,6 @@
<build>
<plugins>
<plugin>
- <groupId>org.eclipse.tycho.extras</groupId>
- <artifactId>tycho-pack200a-plugin</artifactId>
- <version>${tychoExtrasVersion}</version>
- <executions>
- <execution>
- <id>pack200-normalize</id>
- <goals>
- <goal>normalize</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-jarsigner-plugin</artifactId>
<version>${jarSignerVersion}</version>
@@ -292,19 +279,6 @@
</executions>
</plugin>
<plugin>
- <groupId>org.eclipse.tycho.extras</groupId>
- <artifactId>tycho-pack200b-plugin</artifactId>
- <version>${tychoExtrasVersion}</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>
<version>${tycho-version}</version>
@@ -328,7 +302,7 @@
<!-- Nightly profile. Artifacts can be consumed, but are not signed -->
<profile>
- <id>pack</id>
+ <id>p2</id>
<activation>
<property>
<name>SIGN</name>
@@ -337,20 +311,6 @@
</activation>
<build>
<plugins>
- <!-- Pack200 -->
- <plugin>
- <groupId>org.eclipse.tycho.extras</groupId>
- <artifactId>tycho-pack200b-plugin</artifactId>
- <version>${tychoExtrasVersion}</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>
diff --git a/releng/pom.xml b/releng/pom.xml
index 494e8a842df..62da6e78571 100644
--- a/releng/pom.xml
+++ b/releng/pom.xml
@@ -21,7 +21,7 @@
<maven.compiler.version>3.8.1</maven.compiler.version>
<!-- https://repo.eclipse.org/content/repositories/cbi-releases/ -->
- <jarSignerVersion>1.1.7</jarSignerVersion>
+ <jarSignerVersion>1.3.1</jarSignerVersion>
<java.source.version>11</java.source.version>
<java.target.version>11</java.target.version>
diff --git a/releng/toolsmiths/pom.xml b/releng/toolsmiths/pom.xml
index 0091a20d265..f26690c8972 100755
--- a/releng/toolsmiths/pom.xml
+++ b/releng/toolsmiths/pom.xml
@@ -90,21 +90,6 @@
</execution>
</executions>
</plugin>
-
- <!-- Pack200 -->
- <plugin>
- <groupId>org.eclipse.tycho.extras</groupId>
- <artifactId>tycho-pack200b-plugin</artifactId>
- <version>${tychoExtrasVersion}</version>
- <executions>
- <execution>
- <id>pack200-pack</id>
- <goals>
- <goal>pack</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>
@@ -168,7 +153,7 @@
<!-- Stable release profile. Takes +30min. Eclipse servers only -->
<profile>
- <id>packAndSign</id>
+ <id>sign</id>
<!-- Pack200 -->
<activation>
<property>
@@ -179,19 +164,6 @@
<build>
<plugins>
<plugin>
- <groupId>org.eclipse.tycho.extras</groupId>
- <artifactId>tycho-pack200a-plugin</artifactId>
- <version>${tychoExtrasVersion}</version>
- <executions>
- <execution>
- <id>pack200-normalize</id>
- <goals>
- <goal>normalize</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-jarsigner-plugin</artifactId>
<version>${jarSignerVersion}</version>
@@ -205,19 +177,6 @@
</executions>
</plugin>
<plugin>
- <groupId>org.eclipse.tycho.extras</groupId>
- <artifactId>tycho-pack200b-plugin</artifactId>
- <version>${tychoExtrasVersion}</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>
<version>${tycho-version}</version>
@@ -241,7 +200,7 @@
<!-- Nightly profile. Artifacts can be consumed, but are not signed -->
<profile>
- <id>pack</id>
+ <id>p2</id>
<activation>
<property>
<name>SIGN</name>
@@ -250,20 +209,6 @@
</activation>
<build>
<plugins>
- <!-- Pack200 -->
- <plugin>
- <groupId>org.eclipse.tycho.extras</groupId>
- <artifactId>tycho-pack200b-plugin</artifactId>
- <version>${tychoExtrasVersion}</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>

Back to the top