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

Felix Meschberger resolved FELIX-2777.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: maven-scr-plugin-1.6.2
         Assignee: Felix Meschberger

Added support for system scoped dependencies in Rev. 1058376.

> 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
>            Assignee: Felix Meschberger
>             Fix For: maven-scr-plugin-1.6.2
>
>
> 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