Have any of you had any issues with creating subfolders under the src/main/resources or src/test/resources folders with the Eclipse plugin and then updating source folders?
We are getting the following errors when you try to "update source folders" with the maven plugin due to our subfolders under resources. If we delete the sub folders then the maven plugin can setup the source folders fine, with them in place we get this error: 12/20/06 5:22:33 PM EST: Unable to update source folders myproject; Java Model Exception: Java Model Status [Cannot nest output folder myproject/src/main/resources/filtered' inside output folder ' myproject/src/main/resources']
