Barrie Treloar wrote:
Overall for test results for maven-eclipse-plugin r472779 Tests run: 30, Failures: 0, Errors: 22, Skipped: 0Some example warning messages: [ maven embedder WARNING] repository metadata for: 'artifact org.apache.maven.plugins:maven-eclipse-plugin' could not be retrieved from repository: central due to an error: Error transferring file [ maven embedder INFO] Repository 'central' will be blacklisted In AbstractEclipsePluginTestCase I can see: this.maven = new MavenEmbedder(); this.maven.setClassLoader( Thread.currentThread().getContextClassLoader() ); this.maven.setLogger( new MavenEmbedderConsoleLogger() ); this.maven.setLocalRepositoryDirectory( localRepositoryDir ); this.maven.setOffline( true ); this.maven.setInteractiveMode( false ); this.maven.start(); which looks like it is trying to put the MavenEmbedder in offline mode, so why is it attempting to download files? Has anyone else experienced this problem, or know what I need to do to get this working? Cheers
The offline mode for some reason is not really 'offline' in the common understanding of the word. Perhaps one of the developers can clarify the semantics of the offline mode in a maven build?
See also http://jira.codehaus.org/browse/MNG-2433 Jorg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
