Hi,
I am trying to find a way how to use the following three things together:
1) Eclipse - I want to use Eclipse WTP for development;
2)
EJB 3 - I need EJB 3 in my project;
3) Manven 2 - I want to use
Maven 2 as a build tool.
My question: is it possible to adjust an EJB project in Eclipse so that it would use maven layout and the project was a "real" EJB project (in Eclipse sense). The last requirement is important because I find hot replace very useful (I don't want to build my application manually every time I change it).
I want to have three projects in my Eclipse workspace: WAR, EJB and EAR. I use "mvn eclipse:eclipse" tool to generate metadata for WAR and EAR. It seems to work fine. However, this approach doesn't work for EJB.
If you know the solution, please, describe it or provide a link.
Thank you!