We have a problem with mvn package with the projects we currently have and I was hoping to find some wisdom here to help us on the problem.
We have a Dynamic ...
I have a maven project which is packaged using the ejb-plugin. This is so because the project holds one interface which is annotated @Remote.The project does not hold the implementation.
Should I ...
Is there a way to pack the dependencies of a maven ejb project in with the final jar?
I typically use a separate ear project and include the ejb as a ...
Im facing an issue how to correctly package my enterprise (EAR) application with simple WAR and EJB3 module for JBoss7 application server. The thing is, that EJB module is using XML-RPC ...