I have a multi-module POM project that packages three modules: EAR, EJB, and WAR. To deploy the EAR module, I use the codehaus exec-maven-plugin.
Now, I would like to use the Glassfish V2 Java EE 5 server adapter for Eclipse and manage the deployment through the IDE. Not surprisingly, this is not as simple as it is for Eclipse-generated web projects -- I cannot right-click on the server under the "Server" view and add my multi-module project, nor any of its modules. They are not presented as choices in the "Add and Remove Projects" wizard. Ideally, I would like to configure my project using Maven so that it can be automatically run via the Eclipse server adapter. Anyone have ideas on this? * I have searched for related posts in this forum, but did not find anything. If you find something, please let me know. -- View this message in context: http://www.nabble.com/maven-%2B-eclipse-server-adapter-tp14300046s177p14300046.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
