Overall for test results for maven-eclipse-plugin r472779
Tests run: 30, Failures: 0, Errors: 22, Skipped: 0
Some 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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]