Skip to content

Commit

Permalink
Bug 582479 Move to a newer Tycho version
Browse files Browse the repository at this point in the history
- update tycho version to 4.0.3 - this requires mvn 3.9.x
- add config to o.e.mat.product pom.xml to keep products in zip format
(default changed to .tar.gz)

Change-Id: Ib4b0e2f474bfc617c6886f4f22113b82e96d8a84
Signed-off-by: Krum Tsvetkov <krum.tsvetkov@sap.com>
  • Loading branch information
krumts committed Nov 6, 2023
1 parent b711b31 commit 93ce762
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 6 additions & 0 deletions org.eclipse.mat.product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@
<goal>archive-products</goal>
</goals>
<phase>pre-integration-test</phase>
<configuration>
<formats>
<linux>zip</linux>
<macosx>zip</macosx>
</formats>
</configuration>
</execution>
</executions>
<configuration>
Expand Down
8 changes: 3 additions & 5 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
</ciManagement>

<properties>
<tycho-version>2.7.5</tycho-version>
<tycho-version>4.0.3</tycho-version>
<signer-input-directory>/home/data/httpd/download-staging.priv/tools/mat</signer-input-directory>
<download-publish-path>/home/data/httpd/download.eclipse.org/mat/snapshots/update-site</download-publish-path>
<download-remote-publish-path>genie.mat@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mat/snapshots/update-site</download-remote-publish-path>
Expand Down Expand Up @@ -270,7 +270,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.0.0-M3</version>
<version>3.4.1</version>
<executions>
<execution>
<id>enforce-maven</id>
Expand All @@ -280,7 +280,7 @@
<configuration>
<rules>
<requireMavenVersion>
<version>3.0</version>
<version>3.9</version>
</requireMavenVersion>
</rules>
</configuration>
Expand All @@ -304,7 +304,6 @@
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
<resolver>p2</resolver>
<environments>
<environment>
<os>win32</os>
Expand Down Expand Up @@ -420,7 +419,6 @@
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
<resolver>p2</resolver>
<target>
<artifact>
<groupId>org.eclipse.mat</groupId>
Expand Down

0 comments on commit 93ce762

Please sign in to comment.