Could you please outline a possible workaround for the missing EAR maven support!
We are using MyEclipseBlue 7 and the WebSphere 6.1 Server Adapater to deploy our EARs.
To reduce the size of our workspaces, we plan to use mostly pre-built binary EJB modules as artifacts from our maven repository instead of checking out all EJB modules’ source projects.
Is there a possibilty to include binary EJB modules into a non-maven MyEclipse EAR project?
A possible workaround might be to create empty wrapper EJB projects with maven support enabled for every binary EJB module to be included. The empty wrapper project could resolve the maven dependency to the original binary EJB module artifact and unpack it as a depdent EJB jar.
Has someone already tried this approach?
Is there perhaps a better solution?
thx,
Mathias