logo       

[jira] Closed: (MWEBSTART-22) Inherited dependencies are not copied to jnlp: msg#00373

java.maven-plugins.mojo.devel

Subject: [jira] Closed: (MWEBSTART-22) Inherited dependencies are not copied to jnlp directory or added to the jnlp file


[
http://jira.codehaus.org/browse/MWEBSTART-22?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]

Jerome Lacoste closed MWEBSTART-22.
-----------------------------------

Assignee: Jerome Lacoste
Resolution: Cannot Reproduce
Fix Version/s: 1.0-alpha-2

Assuming this was a user error. Documentation was improved. Please reopen or
create a new issue if necessary.

> 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
> Assigned To: Jerome Lacoste
> Priority: Blocker
> Fix For: 1.0-alpha-2
>
>
> 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




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise