Skip to content
Aborted

Changes

Summary

  1. fix(deps): bump org.apache.maven.plugins:maven-clean-plugin (details)
  2. [Build] Don't resign already signed jars (details)
  3. Build input for build I20240621-0030 (details)
Commit 88cff7a8a2dff94ec2933db7939d30e2aa6849b4 by Alexander Kurtakov
fix(deps): bump org.apache.maven.plugins:maven-clean-plugin

Bumps [org.apache.maven.plugins:maven-clean-plugin](https://github.com/apache/maven-clean-plugin) from 3.3.2 to 3.4.0.
- [Release notes](https://github.com/apache/maven-clean-plugin/releases)
- [Commits](https://github.com/apache/maven-clean-plugin/compare/maven-clean-plugin-3.3.2...maven-clean-plugin-3.4.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-clean-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
The file was modified eclipse-platform-parent/pom.xml (diff)
Commit 213e6ffc284ff76ce0f76b31b0ebe618da8e6d22 by Hannes Wellmann
[Build] Don't resign already signed jars

Reduce the number of actual signing operations by not re-signing
artifacts (in the I-build) are already signed, usually because they have
been 'baseline-replaced'.

The baseline replacement is performed first the 'p2-metadata-default'
goal executed by default and before the jar-signing.
The subsequent explicit invocation of the p2-metadata (non-default) goal
is again necessary to update the p2 metadata (like artifact size) after
the jar has been altered by the signing operation.

Fixes https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/2134
The file was modified eclipse-platform-parent/pom.xml (diff)
Commit 8b779053cb30650afd53a4e7364b67d71d9fd645 by Eclipse Releng Bot
Build input for build I20240621-0030
The file was modified eclipse.jdt.core (diff)
The file was modified eclipse.platform.swt (diff)
The file was modified rt.equinox.p2 (diff)
The file was modified eclipse.jdt.debug (diff)
The file was modified equinox (diff)
The file was modified eclipse.jdt.ui (diff)
The file was modified eclipse.pde (diff)
The file was modified eclipse.platform.ui (diff)