[ 
https://jira.codehaus.org/browse/MOJO-1625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=275491#comment-275491
 ] 

Tony Chemit commented on MOJO-1625:
-----------------------------------

The configuration is common with the add-third-party goal, e.g.:

{code:xml} 
<configuration> 
  <excludedScopes>test,runtime</excludedScopes>
  <includedScopes>compile</includedScopes>
</configuration> 
{code} 

By default system scope is excluded, and all other scopes are included (says 
includedScope not filled)

> Filter dependencies by scope
> ----------------------------
>
>                 Key: MOJO-1625
>                 URL: https://jira.codehaus.org/browse/MOJO-1625
>             Project: Mojo
>          Issue Type: Wish
>          Components: license
>    Affects Versions: license-maven-plugin-1.0
>            Reporter: alexey
>            Assignee: Tony Chemit
>             Fix For: license-maven-plugin-1.0
>
>
> Goal: license:download-licenses
> Add new configuration posibility for filtering dependencies by scope, e.g.:
>                 <configuration>
>                     <includes>
>                         <include>scope=compile,provided</include>
>                     </includes>
>                     <excludes>
>                         <exclude>scope=test</exclude>
>                     </excludes>
>                 </configuration>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to