I get the following error when running "perform test"
Code:
[Thread-7] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-eclipse
-plugin:2.7:clean (default-cli) on project tenminutes: Execution default-cli of
goal org.apache.maven.plugins:maven-eclipse-plugin:2.7:clean failed: Plugin org.
apache.maven.plugins:maven-eclipse-plugin:2.7 or one of its dependencies could n
ot be resolved: Failed to collect dependencies for org.apache.maven.plugins:mave
n-eclipse-plugin:jar:2.7 (): Failed to read artifact descriptor for org.codehaus
.plexus:plexus-resources:jar:1.0-alpha-4: Could not transfer artifact org.codeha
us.plexus:plexus-resources:pom:1.0-alpha-4 from/to spring-maven-release (http://
maven.springframework.org/release): Access denied to: http://maven.springframewo
rk.org/release/org/codehaus/plexus/plexus-resources/1.0-alpha-4/plexus-resources
-1.0-alpha-4.pom -> [Help 1]
[Thread-7] [ERROR]
[Thread-7] [ERROR] To see the full stack trace of the errors, re-run Maven with
the -e switch.
[Thread-7] [ERROR] Re-run Maven using the -X switch to enable full debug logging
.
[Thread-7] [ERROR]
[Thread-7] [ERROR] For more information about the errors and possible solutions,
please read the following articles:
[Thread-7] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/Plu
ginResolutionException
The command 'mvn.bat eclipse:clean eclipse:eclipse' did not complete successfull
y
roo>
Following the first link in the error log i.e. http://cwiki.apache.org/confluence/d...utionException, what I find on this page corresponds to the access-denied error that I'm getting see below:
Code:
The plugin repository you have configured requires authentication and Maven failed to provide the correct credentials to the server. In this case, make sure your ${user.home}/.m2/settings.xml contains a <server> declaration whose <id> matches the <id> of the plugin repository to use.
Why would this repository require authentication and if that was the case why this information is not included in the pom.xml generated by roo?