[
https://issues.apache.org/jira/browse/MINVOKER-368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17958520#comment-17958520
]
Olivier Lamy commented on MINVOKER-368:
---------------------------------------
This project has moved from Jira to GitHub Issues. This issue was migrated to
[apache/maven-invoker-plugin#596|https://github.com/apache/maven-invoker-plugin/issues/596].
> 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 (Moved to GitHub Issues)
> Issue Type: Bug
> Reporter: Slawomir Jaranowski
> Assignee: Slawomir Jaranowski
> Priority: Major
> Fix For: 3.8.0
>
>
> 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)