@Karl I deleted surefire-api:2.19.1 and meta data from local .m2/repository and successfully run your command on extracted ZIP mvn clean verify -DskipTests
Run it like this $ mvn install -P run-its I have built the project with success with command mvn install -P run-its -DskipTests You do not need to use Nexus on localhost. Check your environment issues maybe. Cheers Tibor On Thu, Dec 31, 2015 at 3:52 PM, Karl Heinz Marbaise-3 [via Maven] < [email protected]> wrote: > 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: [hidden email] > <http:///user/SendEmail.jtp?type=node&node=5857087&i=0> > For additional commands, e-mail: [hidden email] > <http:///user/SendEmail.jtp?type=node&node=5857087&i=1> > > > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://maven.40175.n5.nabble.com/VOTE-Release-Apache-Maven-Surefire-Plugin-version-2-19-1-TAKE-2-tp5857081p5857087.html > To start a new topic under Maven Developers, email > [email protected] > To unsubscribe from Maven Developers, click here > <http://maven.40175.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=142166&code=dGlib3JkaWdhbmFAYXBhY2hlLm9yZ3wxNDIxNjZ8LTI4OTQ5MjEwMg==> > . > NAML > <http://maven.40175.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > -- View this message in context: http://maven.40175.n5.nabble.com/VOTE-Release-Apache-Maven-Surefire-Plugin-version-2-19-1-TAKE-2-tp5857081p5857093.html Sent from the Maven Developers mailing list archive at Nabble.com.
