[ https://jira.codehaus.org/browse/MDEP-198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Herve Boutemy updated MDEP-198: ------------------------------- Description: I have this in my pom.xml : {code:xml} <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.4.3</version> ... </plugin>{code} 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. was: 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. > 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 > Components: go-offline > Environment: Windows XP, JDK 1.5.x, Maven 2.0.9 > Reporter: Cimballi > Priority: Minor > > I have this in my pom.xml : > {code:xml} <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-surefire-plugin</artifactId> > <version>2.4.3</version> > ... > </plugin>{code} > 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 For more information on JIRA, see: http://www.atlassian.com/software/jira