Not sure if this would have helped, but there is a myeclipse goal on the eclipse plugin. http://maven.apache.org/plugins/maven-eclipse-plugin/myeclipse-mojo.html
Jim On Mon, Dec 7, 2009 at 4:13 PM, David Siefert < [email protected]> wrote: > Solved it with the help of a coworker. Need to add the following nature: > com.genuitec.eclipse.j2eedt.core.ejbnature > to the maven-eclipse-plugin configuration. > > Thanks, > David > > > > > ________________________________ > From: David Siefert <[email protected]> > To: [email protected] > Sent: Mon, December 7, 2009 1:53:09 PM > Subject: creating eclipse project from ejb maven project > > Hi All- > > I have a Maven2 POM and need to generate an Eclipse (specifically > MyEclipse) IDE project. The POM specifies an EJB project > (project.packaging: "ejb") but it seems that MyEclipse is loading it as a > Java Project (not recognized as a JAR that can be deployed to an application > server). Any ideas, or suggestions working with the Maven2 eclipse plugin? > > Thanks in advance, > David > > > >
