[ 
http://jira.codehaus.org/browse/MWEBSTART-72?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_117248
 ] 

Jerome Lacoste commented on MWEBSTART-72:
-----------------------------------------

I could try to make a small test with exclusions:

mod1
mod2 depends on mod1
mod3 depends on mod2 but excludes mod1

=> check that jnlp only includes mod3 and mod2.

But I am still puzzled as to why you get these provided deps pulled in. I need 
more info on your dependency graph and POM.

> Provide the ability to specify exclusions for JarResource elements in the 
> JnlpDownloadServletMojo
> -------------------------------------------------------------------------------------------------
>
>                 Key: MWEBSTART-72
>                 URL: http://jira.codehaus.org/browse/MWEBSTART-72
>             Project: Maven 2.x Webstart Plugin
>          Issue Type: Improvement
>          Components: jnlp-download-servlet
>    Affects Versions: 1.0-alpha-2
>            Reporter: Kevin Stembridge
>
> The JnlpDownloadServletMojo uses JarResource configuration elements to 
> determine which artifacts to include in the bundle.
> We need to be able to specify exclusions in a JarResource in the same way 
> that it can be done for a normal dependency. 
> i.e.
> {code:xml}
> <jarResource>
>     <groupId>com.mycompany</groupId>
>     <artifactId>bogus</artifactId>
>     <version>1.0</version>
>     <exclusions>
>         <exclusion>
>             <groupId>com.somecompany</groupId>
>             <artifactId>someartifact</artifactId>
>         </exclusion>
>     </exclusions>
> </jarResource>
> {code}

-- 
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

        

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

    http://xircles.codehaus.org/manage_email

Reply via email to