Issue Type: Improvement Improvement
Affects Versions: 2.5.0
Assignee: Unassigned
Created: 15/Nov/12 4:43 AM
Description:

Per GWT documentation, <source> supports certain attributes and nested elements to allow pattern-based inclusion and exclusion (https://developers.google.com/web-toolkit/doc/latest/DevGuideOrganizingProjects#DevGuidePathFiltering)

gwt:resources seems to ignore these attributes/elements. For example :

<module>
<source path='services'>
<include name="DummyDTO.java"/>
</source>
</module>

=> All sources of the "services" directory will be copied to the build output directory instead of just DummyDTO.java

Environment: Maven 3.0.4
Java 1.6.0_33
Project: Maven GWT Plugin
Priority: Minor Minor
Reporter: Yannick BEAUCE
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
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