I get this error when i right click on pom.xml -> run -> Maven install
[INFO] Scanning for projects…
[INFO] ————————————————————————
[INFO] Building TestUtilies
[INFO]
[INFO] Id: com.test:TestUtilies:jar:0.0.1-SNAPSHOT
[INFO] task-segment: [install]
[INFO] ————————————————————————
url = http://repo1.maven.org/maven2
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.0.2/maven-compiler-plugin-2.0.2.pom
[ERROR]
Maven cannot calculate your build plan, given the following information:
Tasks:
– install
Current project:
Group-Id: com.test
Artifact-Id: TestUtilies
Version: 0.0.1-SNAPSHOT
From file: C:\Documents and Settings\ymcmilla\eclipse\workspace\YukiProjects\TestUtilies\pom.xml
Error message: Failed to resolve plugin for mojo binding: org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile
Root error message: Unable to download the artifact from any repository
[INFO] ————————————————————————
[INFO] For more information, run with the -e flag
[INFO] ————————————————————————
[INFO] BUILD FAILED
[INFO] ————————————————————————
[INFO] Total time: 22 seconds
[INFO] Finished at: Fri Jul 25 13:20:23 PDT 2008
[INFO] Final Memory: 1M/3M
[INFO] ————————————————————————