resource <includes> tag is ignored. -----------------------------------
Key: MPECLIPSE-115 URL: http://jira.codehaus.org/browse/MPECLIPSE-115 Project: maven-eclipse-plugin Type: Bug Reporter: David Boden If you have this: {{ <build> <resources> <resource> <directory>.</directory> <includes> <include>plugin*.properties</include> <include>plugin.xml</include> </includes> </resource> </resources> </build> }} You end up with 2 source directories, /src and the root folder. The <includes> tag is ignored and so Eclipse tells you that you can't nest /src inside the root folder. -- 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