mat icon indicating copy to clipboard operation
mat copied to clipboard

Please publish MAT artifacts to Maven Central

Open eclipsewebmaster opened this issue 9 months ago • 1 comments

| --- | --- | | Bugzilla Link | 582630 | | Status | NEW | | Importance | P3 normal | | Reported | Nov 14, 2023 01:53 EDT | | Modified | Dec 18, 2023 03:20 EDT | | Reporter | Vladimir Sitnikov |

Description

Currently, the jars are available from p2 repositories only.
If MAT jars were present on Central, it would make it easier to develop libraries that use MAT APIs.

I maintain mat-calcite-plugin, and all its dependencies except org.eclipse.mat.... are already present on Central.

https://github.com/vlsi/mat-calcite-plugin/blob/fb94084e047703833ddd3d437597d866c51e7479/MatCalcitePlugin/META-INF/MANIFEST.MF#L8-L13

Here are Eclipse dependencies:

https://central.sonatype.com/artifact/org.eclipse.platform/org.eclipse.core.runtime
https://central.sonatype.com/artifact/org.eclipse.platform/org.eclipse.jface.text
https://central.sonatype.com/artifact/org.eclipse.platform/org.eclipse.core.resources
https://central.sonatype.com/artifact/org.eclipse.jdt/org.eclipse.jdt.ui

eclipsewebmaster avatar May 08 '24 21:05 eclipsewebmaster