hboutemy commented on PR #92: URL: https://github.com/apache/maven-apache-parent/pull/92#issuecomment-1537210970
one case to test is `maven-archetype` packaging: it's not in Maven core, then it's visible if it's available in a build context or not our doc on declaring it is https://maven.apache.org/archetype/archetype-packaging/ : the packaging is a separate artifact declared as extension you can try to add the packaging artifact as an additional dependency of m-archetype-p and declare the plugin as an extension, and you should see that the packaging is not available when the build plan is calculated -- 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]
