cstamas commented on PR #1664: URL: https://github.com/apache/maven-resolver/pull/1664#issuecomment-3542811300
As any snippet (existing ones) this one is also `static void main(String[] args)`... so are runnable classes, and their purpose is really just to showcase how to use Resolver. The other demos that are shorter do run during build as part of `AllResolverDemosTest` (multiple times, with SL, Guice, Sisu, supplier), we did this long time ago, to make sure that Guice module and SL and supplier are "complete", we had some bugs in 1.8 or early 1.9 where we forgot to add new components to Guice module or SL and later we got feedback about it. The Javadoc on this class IMO tells enough: is meant for ad-hoc experimenting. -- 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]
