2010/11/27 Ralph Pöllath <[email protected]>: > I'm looking for a simple way to make sure my local repository contains > the latest version of a specific artifact (make Maven check the > corporate repository and download a newer version if available). > > I guess I could create a POM containing a dependency on the artifact > and build that, but since I'd like to script that task, I wonder > whether there's a simpler solution, maybe through some plugin that I > haven't seen so far.
Aether might help: https://docs.sonatype.org/display/AETHER/Home Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
