You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Gwyn Evans (JIRA)" <ji...@codehaus.org> on 2006/05/05 00:22:40 UTC

[jira] Commented: (MDEP-21) Option to not copy 'provided' scoped jars

    [ http://jira.codehaus.org/browse/MDEP-21?page=comments#action_64767 ] 

Gwyn Evans commented on MDEP-21:
--------------------------------

It looks as if the line 
    DefaultArtifact artifact = (DefaultArtifact) i.next();
should be
    Artifact artifact = (Artifact) i.next();
by the way...

> Option to not copy 'provided' scoped jars
> -----------------------------------------
>
>          Key: MDEP-21
>          URL: http://jira.codehaus.org/browse/MDEP-21
>      Project: Maven 2.x Dependency Plugin
>         Type: Wish

>  Environment: Maven2
>     Reporter: Gwyn Evans

>
>
> It would be useful if there were an option that could be set such that a 'scope=provided' jar would not be copied via copy-dependencies, but I can't see any way of setting such or otherwise excluding such a jar from the copy.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira