[ https://issues.apache.org/jira/browse/MINVOKER-368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Slawomir Jaranowski closed MINVOKER-368. ---------------------------------------- Resolution: Fixed > Scope for installing artifacts should be filtered before resolving > ------------------------------------------------------------------ > > Key: MINVOKER-368 > URL: https://issues.apache.org/jira/browse/MINVOKER-368 > Project: Maven Invoker Plugin > Issue Type: Bug > Reporter: Slawomir Jaranowski > Assignee: Slawomir Jaranowski > Priority: Major > Fix For: next-release > > > The problem, dependencies in project: > {code} > <dependency> > <groupId>org.apache.maven.shared</groupId> > <artifactId>maven-shared-utils</artifactId> > </dependency> > <dependency> > <groupId>commons-io</groupId> > <artifactId>commons-io</artifactId> > <scope>test</scope> > </dependency> > {code} > maven-shared-utils - depends on commons-io, but we have commons-io in test > scope in project so it will be not installed. > In runtime we need a commons-io -- This message was sent by Atlassian Jira (v8.20.10#820010)