You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Tibor Digana (Jira)" <ji...@apache.org> on 2020/10/12 19:53:00 UTC

[jira] [Closed] (SUREFIRE-1850) Unnecessary dependency incorrectly resolved in certain phases

     [ https://issues.apache.org/jira/browse/SUREFIRE-1850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tibor Digana closed SUREFIRE-1850.
----------------------------------
    Resolution: Fixed

https://gitbox.apache.org/repos/asf?p=maven-surefire.git

> Unnecessary dependency incorrectly resolved in certain phases
> -------------------------------------------------------------
>
>                 Key: SUREFIRE-1850
>                 URL: https://issues.apache.org/jira/browse/SUREFIRE-1850
>             Project: Maven Surefire
>          Issue Type: Dependency upgrade
>          Components: Maven Surefire Plugin
>    Affects Versions: 3.0.0-M3, 3.0.0-M5
>            Reporter: Eric Lilja
>            Assignee: Elliotte Rusty Harold
>            Priority: Minor
>             Fix For: 3.0.0-M6
>
>
> We had to set up Maven on a system which is completely offline, restricted to work on a few, select projects.
>  
> During testing, everything initially looked good, we could perform "mvn clean install" in all projects without issue, and could perform other Maven-task as well, Intellij was happy, it could resolve all projects fully, run all test cases etcetera, and did not complain about any missing artifacts.
>  
> However, we noticed we couldn't do "package" or "verify" (which was odd, since install works, which is a later phase!), because then surefire (3.0.0-M5) would complain it was missing org.apache.maven:maven-toolchain:jar:3.0-alpha-2 (or some of its dependencies, which are quite a few, and all very old, obviously).
>  
> It would be nice if Surefire would not need to resolve this old artifact (it's from 2009), regardless of phase used
>  
> surefire-3.0.0-M3 also suffers from this issue...2.18.1 does not. Did not try other versions.
>  
> (description adapted from email sent to maven-dev)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)