Nested resources added to projects results in eclipse build error.
------------------------------------------------------------------
Key: MOJO-1166
URL: http://jira.codehaus.org/browse/MOJO-1166
Project: Mojo
Issue Type: Bug
Components: native2ascii
Reporter: Oleksandr Maksymchuk
Attachments: excludeFromResources.diff
I've specified src for my messages_XX.properites to be
src/main/resouce/properties to be src of my properites wich is nested directory
of src/main/resources and should not be added to resorces.
Could you please add <excludeFromResources>true</excludeFromResources> or
something avoid adding the dest directory to project resources, e.g. to disable
this code in Native2AsciiMojo.java:
Resource resource = new Resource();
resource.setDirectory( dest.getPath() );
this.project.addResource( resource );
--
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