[ http://jira.codehaus.org/browse/MNGECLIPSE-77?page=comments#action_58835 ]
Joakim Erdfelt commented on MNGECLIPSE-77: ------------------------------------------ WSAD is eclipse at its heart. However, the user generated J2EE projects generated using the built-in WSAD wizards, create many non-maven-standard directories and configuration files. Several users in maven-users have been successful in mapping the defailt of a pre-built WSAD project into a maven pom. http://mail-archives.apache.org/mod_mbox/maven-users/200601.mbox/[EMAIL PROTECTED] Basic details of a J2EE Web App. (EJB and EAR coming in subsequent comments). Basic WebAppProject JavaSource/com/company/source/MyLogic.java WebContent/META-INF/ WebContent/WEB-INF/lib/ WebContent/index.jsp WebContent/login.jsp More details as they arrive. > Add support for WSAD specifics on a J2EE project. > ------------------------------------------------- > > Key: MNGECLIPSE-77 > URL: http://jira.codehaus.org/browse/MNGECLIPSE-77 > Project: Maven 2.x Extension for Eclipse > Type: New Feature > Reporter: Joakim Erdfelt > Assignee: Eugene Kuleshov > Priority: Minor > > > Need the ability to support the WSAD / J2EE specific configurations. > The Eclipse extension needs to either ... > # map the WSAD / J2EE project directory structure to a Maven pom. > This way allows the user to use the WSAD J2EE wizards. > # map a Maven J2EE pom to the WSAD / J2EE project configuration. > This way makes Maven the start of all J2EE applications. > This could be done by Eclipse extension specifics, or > with the use of pre-defined Archetypes that show up on the New Project / > Maven Archetype Wizards within Eclipse. -- 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]
