I am trying to crate a project mirror where my team only accesses our repository. But I am now having issues getting " http://snapshots.repository.codehaus.org/" resources like dashboard-plugin.
Here is my proxy connector setting: Proxy Connector Codehaus-Maven-Snapshot Codehaus-Maven-Snapshot http://snapshots.maven.codehaus.org/maven2 Proxy Connector codehaus Codehaus Snapshots http://snapshots.repository.codehaus.org/ Expand<http://rc-sun66e.ut.dentegra.lab:8080/archiva/admin/proxyConnectors.action#> THen I still get this error: Reason: Unable to download the artifact from any repository org.codehaus.mojo:dashboard-maven-plugin:pom:1.0-SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2), dap.internal ( http://rc-sun66e.ut.dentegra.lab:8080/archiva/repository/internal/), dap.snapshots ( http://rc-sun66e.ut.dentegra.lab:8080/archiva/repository/snapshots/) [INFO] ------------------------------------------------------------------------ [DEBUG] Trace org.apache.maven.lifecycle.LifecycleExecutionException: Unable to build project for plugin 'org.codehaus.mojo:dashboard-maven-plugin': POM ' org.codehaus.mo jo:dashboard-maven-plugin' not found in repository: Unable to download the artifact from any repository org.codehaus.mojo:dashboard-maven-plugin:pom:1.0-SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2), dap.internal ( http://rc-sun66e.ut.dentegra.lab:8080/archiva/repository/internal/), dap.snapshots ( http://rc-sun66e.ut.dentegra.lab:8080/archiva/repository/snapshots/) for project org.codehaus.mojo:dashboard-maven-plugin at org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin( DefaultLifecycleExecutor.java:1274) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.bindPluginToLifecycle( DefaultLifecycleExecutor.java:1221) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.constructLifecycleMappings (DefaultLifecycleExecutor.java:987) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal( DefaultLifecycleExecutor.java:458) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures (DefaultLifecycleExecutor.java:311) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments( DefaultLifecycleExecutor.java:278) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute( DefaultLifecycleExecutor.java:143) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125) at org.apache.maven.cli.MavenCli.main(MavenCli.java:280) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke( NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke( DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java :315) at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java :430) at org.codehaus.classworlds.Launcher.main(Launcher.java:375) Caused by: org.apache.maven.plugin.InvalidPluginException: Unable to build project for plugin 'org.codehaus.mojo:dashboard-maven-plugin': POM ' org.codehaus .mojo:dashboard-maven-plugin' not found in repository: Unable to download the artifact from any repository -- Thanks, Mick Knutson http://www.baselogic.com http://www.blincmagazine.com http://www.djmick.com http://www.myspace.com/mickknutson http://www.myspace.com/BLiNCMagazine http://tahoe.baselogic.com ---
