[ http://jira.codehaus.org/browse/MNG-466?page=comments#action_46219 ]
fabrizio giustina commented on MNG-466: --------------------------------------- the webapp folder in eclipse is usually NOT configured as a source directory. At least if you use the eclipse web tools the webapp folder is only configured in the .wtpmodules file and its content is simply copied by eclipse during a build: adding that directory as a source folder will break this, since its output will be moved to WEB-INF/classes. What kind of tools are you using for web applications development? Can you explain why you expect the webapp folder to be included as a source folder? > Maven eclipse plugin doesn't generate source folder for webapp > -------------------------------------------------------------- > > Key: MNG-466 > URL: http://jira.codehaus.org/browse/MNG-466 > Project: Maven 2 > Type: Improvement > Components: maven-eclipse-plugin > Versions: 2.0-alpha-2 > Environment: Windows XP > java version "1.5.0_02" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_02-b09) > Java HotSpot(TM) Client VM (build 1.5.0_02-b09, mixed mode, sharing) > Reporter: Rod Coffin > Attachments: patch.txt > > > The maven-eclipse-plugin doesn't generate an eclipse source folder for the > webapp directory. Generating a source folder for the webapp will allow > webcontent to be managed by eclipse tools. -- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
