> The problem occurs with maven-2.2.0 maven-2.2.1 and maven-3.0.2. Is this a > Bug or is there a setting to tell maven to always look for changes in > archiva when calling "Update Dependencies"?
Maven caches the fact that the file is not available in your Archiva repo. You need to run "mvn -U" to force Maven to look for updates. Alternatively you can adjust the repository configuration in settings.xml and change the <updatePolicy>. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
