You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Falko Modler (JIRA)" <ji...@codehaus.org> on 2012/07/11 17:36:21 UTC

[jira] (MDEP-198) Maven dependency go-offline doesn't download surefire-api jar

    [ https://jira.codehaus.org/browse/MDEP-198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=303302#comment-303302 ] 

Falko Modler commented on MDEP-198:
-----------------------------------

I have a similar problem:

plexus-utils-1.1.jar is *not* downloaded, but plexus-utils-1.1.pom *is* downloaded.

Probably even more jars are missing. This renders go-offline completely useless for my use case.
                
> Maven dependency go-offline doesn't download surefire-api jar
> -------------------------------------------------------------
>
>                 Key: MDEP-198
>                 URL: https://jira.codehaus.org/browse/MDEP-198
>             Project: Maven 2.x Dependency Plugin
>          Issue Type: Bug
>         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, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira