> 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

The best solution is to simply install a repo manager like Archiva,
Nexus, Artifactory and configure your Maven settings.xml to send all
requests for artifacts to it.

The "quick fix" solution is to set the -o flag when you run Maven eg
mvn -o compile which is "offline" mode.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to