hboutemy commented on issue #173: URL: https://github.com/apache/maven-artifact-plugin/issues/173#issuecomment-3342582540
exemple: gson https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/com/google/code/gson/README.md - up to 2.13.1: use OSSRH, with classical deploy, and configuration is modules not to be deployed https://github.com/google/gson/blob/gson-parent-2.13.1/extras/pom.xml#L36 that deactivate deploy plugin https://github.com/google/gson/blob/gson-parent-2.13.1/pom.xml#L379 - in 2.13.2-rc1, switched to central-publishing-maven-plugin https://github.com/google/gson/blob/gson-parent-2.13.2-rc1/pom.xml#L378 which failed to disable modules publication like gson-extras https://central.sonatype.com/artifact/com.google.code.gson/gson-extras/versions and proto https://central.sonatype.com/artifact/com.google.code.gson/proto/versions - in 2.13.2, needs to be studied... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
