[ http://jira.codehaus.org/browse/MWEBSTART-22?page=comments#action_84115 ] 
            
Jerome Lacoste commented on MWEBSTART-22:
-----------------------------------------

>From your email, you deal with "provided" scope dependencies

"test" and "provided" dependencies are today excluded (for good reasons). Don't 
you have a scope error there?

I will add a warning. Something else ? Otherwise I close this issue.

> Inherited dependencies are not copied to jnlp directory or added to the jnlp 
> file
> ---------------------------------------------------------------------------------
>
>                 Key: MWEBSTART-22
>                 URL: http://jira.codehaus.org/browse/MWEBSTART-22
>             Project: Maven 2.x Webstart Plugin
>          Issue Type: Bug
>         Environment: Seems to be using 1.0-alpha-1 of the version (but it's 
> not listed in the Affects Version list)
>            Reporter: Havard Bjastad
>            Priority: Blocker
>
> Adding dependencies don't work for me. I have added the following in pom.xml, 
> but none of them are copied to the jnlp directory or added to the jnlp file: 
>         <!-- transitive dependencies filter -->
>         <dependencies>
>               <!-- Note that only groupId and artifactId must be specified 
> here. because of a limitation of the Include/ExcludesArtifactFilter -->
>               <includes>
>                       <include>commons-logging:commons-logging</include>
>                       <include>mysql:mysql-connector-java</include>
>               </includes>
>               <!-- excludes>
>                       <exclude></exclude>
>               <excludes-->
>         </dependencies>
> Dependencies are inherited from a parent project. I tried adding the 
> following to the project's POM:
>       <dependencies>
>               <dependency>
>                       <groupId>commons-logging</groupId>
>                       <artifactId>commons-logging</artifactId>
>               </dependency>
>               <dependency>
>                       <groupId>mysql</groupId>
>                       <artifactId>mysql-connector-java</artifactId>
>               </dependency>
>       </dependencies>

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