Re: Publish Via the Central Portal

2024-05-01 Thread Romain Manni-Bucau
Hi, Nexus plugin works well with maven 4 but has a limitation with java version ootb if you dont force plugin dependency version. >From my side the main issue is it got abandonned - fix was there but no release (at least after months and before I moved back to deploy or a tuned gitflow plugins).

Merge staged classifiers and deploy

2024-05-01 Thread tison
Hi, I found the other thread talks about nexus-staging-plugin and it's deprecated. In Apache OpenDAL, we're currently relying on nexus-staging-plugin for merging staged classifiers (i.e., JARs with native library on different platforms) and deploy. We wrote [1] and [2] for doing so, and IIRC I s

Re: Publish Via the Central Portal

2024-05-01 Thread Slawomir Jaranowski
Thanks Brian for responding. >From the time when nexus-staging-plugin was introduced we have done many improvements in standard deploy plugin - like deploy at the end, uploading artifacts in parallel. We are also working on Maven 4, so today the plugin should be possible to use with the next Mave

[ANN] Apache Maven Reporting Exec 2.0.0-M13 released

2024-05-01 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Reporting Exec version 2.0.0-M13. https://maven.apache.org/shared/maven-reporting-exec/ Release Notes - Maven Shared Components - Version maven-reporting-exec-2.0.0-M13 ** Task * [MSHARED-1387] - Clean up dependencies

[RESULT] [VOTE] Release Apache Maven Reporting Exec version 2.0.0-M13

2024-05-01 Thread Michael Osipov
Hi, The vote has passed with the following result: +1: Michael Osipov, Slawomir Jaranowski, Sylwester Lachiewicz PMC quorum: reached I will promote the artifacts to the central repo, the source release ZIP file and add this release the board report. -

Re: Publish Via the Central Portal

2024-05-01 Thread Brian Fox
Hey all. Thanks Romain for pointing out the thread for me. One issue is that Central publishers is a much larger set of folks than the Maven Dev group. Obviously there's lots of overlap, but as Romain said, creating a plugin is a thing that can be done independently. As we've been working towards