Build path for resource directories should be 'exclude all' -----------------------------------------------------------
Key: MNGECLIPSE-92 URL: http://jira.codehaus.org/browse/MNGECLIPSE-92 Project: Maven 2.x Extension for Eclipse Type: Bug Reporter: Brad Davis Assigned to: Eugene Kuleshov Priority: Minor Attachments: mvn2ide.patch when you update the source folders in eclipse, resource folders are placed on the build path in a naive manner. While they should be on the build path so that running and debugging in eclipse places them in the class path, they should have an exclude pattern of exclude all, so that any java files within them will not be compiled and so that directories within the resources folders will not appear as packages. Attached is a patch that corrects this. -- 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