On Tue, 2008-01-22 at 09:38 -0800, jblack wrote:
> An interesting and unexpected situation this morning...  Our artifactory
> server lost power and was unreachable.  Our projects are configured in their
> repositories and pluginRepositories sections to use artifactory as
> 'central'.
> 
> So now maven complains it can't find the standard maven 'clean' plugin.  The
> clean plugin is already in our local maven repos, so what is going on here? 
> Is it the update check is failing because the repo is not responding and
> therefore fails the build even though a perfectly good plugin is available?
> 
> We try using the --no-plugin-updates command line switch, but it did not
> help.
> 
> What is the solution so that we can build again?
> 

mvn --offline ??


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to