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