There are concerns about official Sonatype central-publishing-maven-plugin.
This plugin is not developed transparently as a good open source project should be .. There is no code repository and no bug tracker... only possible support by email...
And when I contact them, I get a surprising answer :
As of now, we don't plan to open source the maven plugin since it contains proprietary code from Sonatype
Fun fact, in maven central the project is claimed to be licensed under The Apache License, Version 2.0...
(More details about that concerns at here)
So :
- Sonatype choice doesn't inspire trust...
- A central-publishing-maven-plugin fork exists but what will happen to it if sonatype claim its plugin is not open source. And also it is maintained by an unknown organization (at least to me).
Finally a real open source alternative maintained by a well-known and trusted foundation like this one would be a great addition to java ecosystem.
But is this plugin can be used as a replacement to publish to Maven Central ?
I mean this plugins seems to be able to do a lot.
But is there a simple way to do what is achieved with current sonatype plugin usage ?
I guess answer is here but not clear to me what is the recommended simple approach for someone which just need to migrate from central-publishing-maven-plugin to this plugin ? 🤔
There are concerns about official Sonatype central-publishing-maven-plugin.
This plugin is not developed transparently as a good open source project should be .. There is no code repository and no bug tracker... only possible support by email...
And when I contact them, I get a surprising answer :
Fun fact, in maven central the project is claimed to be licensed under The Apache License, Version 2.0...
(More details about that concerns at here)
So :
Finally a real open source alternative maintained by a well-known and trusted foundation like this one would be a great addition to java ecosystem.
But is this plugin can be used as a replacement to publish to Maven Central ?
I mean this plugins seems to be able to do a lot.
But is there a simple way to do what is achieved with current sonatype plugin usage ?
I guess answer is here but not clear to me what is the recommended simple approach for someone which just need to migrate from
central-publishing-maven-pluginto this plugin ? 🤔