New **/*.java sources inclusion fails for resources generated by phase
'generate-resources'
-------------------------------------------------------------------------------------------
Key: MECLIPSE-630
URL: http://jira.codehaus.org/browse/MECLIPSE-630
Project: Maven 2.x Eclipse Plugin
Issue Type: Bug
Components: Core : Dependencies resolution and build path (.classpath)
Affects Versions: 2.7
Reporter: mcbain4711
Genrated resources (1) should be handled the same as normal resources (2) and
not as generated Sources.
[.classpath]
1) <classpathentry kind="src" path="target/generated-resources"
including="**/*.java"/>
2) <classpathentry kind="src" path="src/main/resources" excluding="**/*.java"/>
--
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