kwin commented on PR #1769: URL: https://github.com/apache/maven-resolver/pull/1769#issuecomment-3811264644
There is just an implicit dependency on the default Maven lifecycle, as just running `mvn clean site` will not generate it (https://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html#site-lifecycle) as the generation is bound to phase `package`. However changing this is not that easy as it requires the class file of `org.eclipse.aether.tools.CollectConfiguration` (generated in phase `compile`). -- 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]
