MavenJavaClassDescriptorManager ignores dependencies with system scope
----------------------------------------------------------------------

                 Key: FELIX-2777
                 URL: https://issues.apache.org/jira/browse/FELIX-2777
             Project: Felix
          Issue Type: Bug
          Components: Maven SCR Plugin
    Affects Versions:  maven-scr-plugin-1.6.0
            Reporter: Mike Pfaff


The getDependencies() method ignores system scope dependencies: 
[...snip...]
if ( Artifact.SCOPE_COMPILE.equals( declared.getScope() )
                    || Artifact.SCOPE_RUNTIME.equals( declared.getScope() )
                    || Artifact.SCOPE_PROVIDED.equals( declared.getScope() ) )
[...snip...]

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to