I'm using m2eclipse 0.9.4.20080603-0114, and I really enjoy it except for one thing:
There is a "Java Resources" folder that puts a few of the folders under /src in the top-level of the project, making their contents easily accessible (/src/main/java, /src/test/java, etc.); however, I'm having trouble customizing what gets included here. Namely, I'd like to have the "/src/main/webapp" folder at the top-level too, but if I add it as a "Source Folder" under Java Resources, it seems to change some classpath because my application will fail. Is there a way to have a "Web Resources" top-level directory that includes the jsp's, WEB-INF, etc. that are under "/src/main/webapp"? Thanks -- View this message in context: http://www.nabble.com/Project-Layout%2C-Java-Resources%2C-Web-Resources-tp18480694p18480694.html Sent from the Maven Eclipse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
