Re: Communicate around OSSRH end of life, maven-deploy-plugin and central-publishing-maven-plugin ?

2025-07-07 Thread Hervé Boutemy
it seems we're back to Maven history of: 1. publication to simple file systems (eventually shared) 2. multi-module (aka. multi-subproject) publication 3. multi-file publication in a single gav On the positive side, this has been very flexible and perfect for downloads. But on the negative side, th

Re: Communicate around OSSRH end of life, maven-deploy-plugin and central-publishing-maven-plugin ?

2025-07-07 Thread Mateusz Gajewski
I’d like to migrate to sonatype central but it introduced new set of limitations that made our project (Trino) unreleasable (2 gb upload limit where our project is 5.9 Gb) :) I have no idea what was wrong with the previous approach (create staging repo, upload multiple files, close repo, promote)

Re: Communicate around OSSRH end of life, maven-deploy-plugin and central-publishing-maven-plugin ?

2025-07-07 Thread Andres Almiray
I'm sorry, what? A single release encompassing 5.9Gb ?!?! This is not good, not good at all. Please tell you're uploading a full product (ZIPs, and what not) other than just JARs and POMs. If you do, _please_ stop. Do Not use Maven Central as a file storage just because it's convenient to upload v

Re: Communicate around OSSRH end of life, maven-deploy-plugin and central-publishing-maven-plugin ?

2025-07-07 Thread Tamás Cservenák
Howdy, Cool that you brought up this topic, thanks! Well, for start, to not repeat myself, a bit of history: https://maveniverse.eu/blog/2025/07/02/pom-proliferation-part-1/ (note: this is in fact a response to completely unrelated blog entry, but is good to "cover the grounds" for now) In short:

Re: Communicate around OSSRH end of life, maven-deploy-plugin and central-publishing-maven-plugin ?

2025-07-07 Thread Mateusz Gajewski
We have a plugin-based system so these are sources + tests + javadocs + plugins + server assembly (alone it's 1 GB) On Mon, Jul 7, 2025 at 4:47 PM Andres Almiray wrote: > I'm sorry, what? A single release encompassing 5.9Gb ?!?! > > This is not good, not good at all. Please tell you're uploading

Re: Communicate around OSSRH end of life, maven-deploy-plugin and central-publishing-maven-plugin ?

2025-07-07 Thread Michael Osipov
On 2025/07/06 12:36:02 Jon Harper wrote: > Hi everyone, > I think it would be very beneficial for the community that the maven > dev team communicates on the current events of the sunset of OSSRH. > Otherwise, I think there is a big risk of uncertainty and division in > the community. > > Quoting

Re: Communicate around OSSRH end of life, maven-deploy-plugin and central-publishing-maven-plugin ?

2025-07-07 Thread Olivier Lamy
Oh Javadoc jars size issue because using last jdk? I can release javadoc plugin next week when back holidays On Tue, 8 Jul 2025 at 1:38 am, Mateusz Gajewski < mateusz.gajew...@starburstdata.com> wrote: > I’d like to migrate to sonatype central but it introduced new set of > limitations that made

Re: Communicate around OSSRH end of life, maven-deploy-plugin and central-publishing-maven-plugin ?

2025-07-07 Thread Olivier Lamy
FTR this one https://github.com/apache/maven-javadoc-plugin/pull/375 I had such size issue with Jetty release when migrating to new central portal but finally used jdk22 and sorry forgot to release the javadoc plugin On Tue, 8 Jul 2025 at 10:56 am, Olivier Lamy wrote: > Oh > Javadoc jars size is

Re: PR - adding docs to maven resolver ant tasks

2025-07-07 Thread Tamás Cservenák
Sounds good. Make it non-draft once done. Thanks T On Mon, Jul 7, 2025 at 9:44 PM Per Nyfelt wrote: > > Hi, > > I created a draft to a PR for maven resolver ant tasks here: > https://github.com/apache/maven-resolver-ant-tasks/pull/62 > > It does not contain any functional changes, just documenta

PR - adding docs to maven resolver ant tasks

2025-07-07 Thread Per Nyfelt
Hi, I created a draft to a PR for maven resolver ant tasks here: https://github.com/apache/maven-resolver-ant-tasks/pull/62 It does not contain any functional changes, just documentation in the form of javadoc and usage examples. Since there was basically no javadoc before, it contains quite