Hello,
When developing a composite component using JSF tools (v3.2.1.v20110730-1214-H169-Final) along with M2E it seems to want to put the composite file and directory structure in:
target/m2e-wtp/web-resources/resources/components/group-name/tag-name.xhtml
rather then in the source folder of:
src/main/webapp/resources/components/group-name/tag-name.xhtml.
Any ideas how I can track down where it is getting this path from and fix it?
Thanks!
-jr