Re: creating eclipse project from ejb maven project

2009-12-11 Thread Jim Sellers
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 
davidsiefert.play...@yahoo.com 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 davidsiefert.play...@yahoo.com
 To: users@maven.apache.org
 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






creating eclipse project from ejb maven project

2009-12-07 Thread David Siefert
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


  

Re: creating eclipse project from ejb maven project

2009-12-07 Thread David Siefert
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 davidsiefert.play...@yahoo.com
To: users@maven.apache.org
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