Maven dependency go-offline doesn't download surefire-api jar
-------------------------------------------------------------

                 Key: MNG-3992
                 URL: http://jira.codehaus.org/browse/MNG-3992
             Project: Maven 2
          Issue Type: Bug
    Affects Versions: 2.0.9
         Environment: Windows XP, JDK 1.5.x, Maven 2.0.9
            Reporter: Cimballi
            Priority: Minor


I have this in my pom.xml :
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-surefire-plugin</artifactId>
        <version>2.4.3</version>
        ...
      </plugin>

And if I run the goal dependency:go-offline, the surefire-api-2.4.3.jar is not 
downloaded and so the project cannot be run offline. The surefire plugin and 
the surefire-boot jars are downloaded.

-- 
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

        

Reply via email to