Hello, not sure if you are asking about the general handling or a specific problem with Artifactory. But with mvn you can use the -U switch to force a snapshot update.
Otherwise it will use the updatePolicy from your settings.xml (I think "daily" would be the default for snapshots repo). Gruss Bernd Am Tue, 21 Jul 2015 22:28:30 +0300 schrieb Alex Ditu <[email protected]>: > Hello, > > I am new to maven and do not know how to solve this issue: I decided > not to keep timestampped artifacts in Aritfactory but now maven is not > downloading newer artifacts from Artifactory, although in metadata the > versions differ. > > I do not want to manually delete my local copy of an artifact in order > to download the latest version, it beats the hole purpose of maven. Is > there an workaround for this? I can't seem to find any solution. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
