Hello Back in Maven 2, when executing a plugin goal from command line, Maven always tries to look for latest version and its snapshot
In Maven 3, this capability disappear, Maven only looks for latest released version. Would it possible to turn it on from command line? I fully understand the benefit of predictability. However, it becomes very inconvenient to cut the plugin release while still testing. and we cannt use maven2 because the plugin itself uses maven 3 api ( ie aether ) Is there already a request for this? Big thanks -D --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
