Hi Tibor,

i have tried to test with Maven 3.0.5 via mvn -Prun-its clean verify and got the following message:

[INFO] ------------------------------------------------------------------------
[INFO] Building ShadeFire JUnit3 Provider 2.19.1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ surefire-shadefire ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ surefire-shadefire --- Downloading: http://localhost:8081/nexus/content/groups/public/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.jar [WARNING] Could not find artifact org.apache.maven.surefire:surefire-api:jar:2.19.1 in nexus (http://localhost:8081/nexus/content/groups/public)

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.19.1 -Dpackaging=jar -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.apache.maven.surefire -DartifactId=surefire-api -Dversion=2.19.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

Path to dependency:
        1) org.apache.maven.surefire:surefire-shadefire:jar:2.19.1
        2) org.apache.maven.surefire:surefire-junit3:jar:2.12.4


  org.apache.maven.surefire:surefire-api:jar:2.19.1

from the specified remote repositories:
nexus (http://localhost:8081/nexus/content/groups/public, releases=true, snapshots=true)

[WARNING] Failure to find org.apache.maven.surefire:surefire-api:jar:2.19.1 in http://localhost:8081/nexus/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of nexus has elapsed or updates are forced

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.19.1 -Dpackaging=jar -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.apache.maven.surefire -DartifactId=surefire-api -Dversion=2.19.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

Path to dependency:
        1) org.apache.maven.surefire:surefire-shadefire:jar:2.19.1
        2) org.apache.maven.surefire:surefire-booter:jar:2.12.4


  org.apache.maven.surefire:surefire-api:jar:2.19.1

from the specified remote repositories:
nexus (http://localhost:8081/nexus/content/groups/public, releases=true, snapshots=true)

Kind regards
Karl Heinz Marbaise

On 12/31/15 3:14 PM, Tibor Digana wrote:
Hi,

We solved 17 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317927&version=12333959

There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/i#issues/?jql=project+%3D+SUREFIRE+AND+status+%3D+Open+ORDER+BY+priority+DESC

Staging repo:
https://repository.apache.org/content/repositories/maven-1241/
https://repository.apache.org/content/repositories/maven-1241/org/apache/maven/surefire/surefire/2.19.1/surefire-2.19.1-source-release.zip

Source release checksum(s):
surefire-2.19.1-source-release.zip sha1:
28c645b27a90830522ce87e9581e01a8df5a7c45

Staging site:
http://maven.apache.org/surefire-archives/surefire-LATEST/

Guide to testing staged releases:
http://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to