hboutemy commented on issue #173: URL: https://github.com/apache/maven-artifact-plugin/issues/173#issuecomment-3343498562
in 2.13.2-rc1, it seems `skipPublishing` parameter from central-publishing-maven-plugin 0.8.0 had a bug, that should be fixed in 0.9.0 https://central.sonatype.org/publish/publish-portal-maven/#090 but 2.13.2 changed the approach, by changing phase: this makes the discovery of configuration really hard, as shown by `buildplan:list`: ``` [INFO] --- buildplan:2.2.2:list (default-cli) @ gson-extras --- [INFO] Build Plan for Gson Extras: ------------------------------------------------------------------------------------------------- PHASE | PLUGIN | VERSION | GOAL | EXECUTION ID ------------------------------------------------------------------------------------------------- validate | maven-enforcer-plugin | 3.6.1 | enforce | enforce-versions process-resources | maven-resources-plugin | 3.3.1 | resources | default-resources compile | maven-compiler-plugin | 3.14.0 | compile | default-compile process-test-resources | maven-resources-plugin | 3.3.1 | testResources | default-testResources test-compile | maven-compiler-plugin | 3.14.0 | testCompile | default-testCompile test | maven-surefire-plugin | 3.5.3 | test | default-test package | maven-jar-plugin | 3.4.2 | jar | default-jar package | maven-source-plugin | 3.3.1 | jar-no-fork | attach-sources package | maven-javadoc-plugin | 3.11.3 | jar | attach-javadocs verify | spotless-maven-plugin | 2.46.1 | check | default verify | maven-artifact-plugin | 3.6.0 | buildinfo | default verify | maven-gpg-plugin | 3.2.8 | sign | sign-artifacts install | maven-install-plugin | 3.1.4 | install | default-install ``` what we need to discover here is that neither deploy plugin nor central-publishing-maven-plugin are listed what a mess... -- 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]
