Slawomir Jaranowski created MINVOKER-368:
--------------------------------------------

             Summary: 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
             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)

Reply via email to