Uploaded image for project: 'Maven Surefire'
  1. Maven Surefire
  2. SUREFIRE-113

surefire-providers-2.0.pom contains strange dependencies which generate error

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.3
    • None
    • None

    Description

      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)

      Attachments

        1. log.txt
          159 kB
          Olivier Lamy
        2. poms.zip
          315 kB
          Olivier Lamy

        Issue Links

          Activity

            People

              brett Brett Porter
              olamy Olivier Lamy
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: