I have created a simple CXF & Spring web service and successfully build a war file using maven. Now I need to package this web service to an EAR file and deploy it on a remote weblogic server.
I have tried searching the web regarding how to using maven to build an EAR file for the CXF & Spring web service but not much information.
Does anyone have done this before and able to share how can I go about doing this?
Thanks!