Hello;
I've got a legacy multi-module app that I've been tasked to manage.
It spends considerable time trying to 'check for updates', making a compile or
exec:java take 20 minutes rather than 3. I've tried passing command line
arguments -npu and/or -npr but maven still performs a 'cehck for updates'. See
below
[INFO] artifact org.apache.maven.plugins:maven-scm-plugin: checking for updates
from myserver-plugins
[WARNING] repository metadata for: 'artifact
org.apache.maven.plugins:maven-scm-plugin' could not be retrieved from
repository: myserver-plugins due to an error: Error transferring file
[INFO] Repository 'myserver-plugins' will be blacklisted
How can I deactivate this in a multi-module app's pom.xml?
Thanks;
Marshall