surefire-providers-2.0.pom contains strange dependencies which generate error
-----------------------------------------------------------------------------
Key: MEV-403
URL: http://jira.codehaus.org/browse/MEV-403
Project: Maven Evangelism
Type: Bug
Components: Dependencies
Reporter: Olivier Lamy
This pom contains :
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>surefire-api</artifactId>
<version>${project.version}</version>
</dependency>
This generate strange error in certain case.
I have replaced with :
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-api</artifactId>
<version>2.0</version>
</dependency
And works fine.
The stack trace says
WARNING] Unable to get resource from repository central
(http://repo1.maven.org/maven2)
[DEBUG] Unable to download the artifact from any repository
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.maven.surefire
-DartifactId=surefire-api \
-Dversion=2.4.1 -Dpackaging=jar -Dfile=/path/to/file
Path to dependency:
1) dummy:dummy:jar:1.0
2) org.apache.maven.surefire:surefire-junit:jar:2.0
3) org.apache.maven.surefire:surefire-api:jar:2.4.1
org.apache.maven.surefire:surefire-api:jar:2.4.1
from the specified remote repositories:
rec-ap2 (http://57.200.214.247/maven2),
central (http://repo1.maven.org/maven2),
continuum-repo-snapshots (http://57.200.214.247/continuum-repo/),
apache.snapshots (http://svn.apache.org/maven-snapshot-repository),
rec-ap2-snapshots (http://57.200.214.247/snapshots)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira