resources copied to the wrong directory
---------------------------------------
Key: MWEBSTART-139
URL: http://jira.codehaus.org/browse/MWEBSTART-139
Project: Maven 2.x Webstart Plugin
Issue Type: Bug
Affects Versions: 1.0-alpha-2
Reporter: Robert Lieb
Resources from the resourcesDirectory are not copied to the configured
workingDirectory
when libPath is specified. The are copied to workingDirecotory/libPath
directory.
For my understanding libPath is used mainly for the dependant jars not for
resources.
The fix can be done by changing in AbstractJnlpMojo the line 206
copyResources( getResourcesDirectory(), getLibDirectory() );
to
copyResources( getResourcesDirectory(), getWorkDirectory() );
--
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