Hi all, I am using JBoss Cache in my application and I want to use it as a SAR (Service Archive) and ultimately package everything into an EAR. Looking at the list of plugins provided at the maven site I didn't find anything for SAR creation. I have thought of 2 approaches to do the same.
1. Call an ant task from maven which creates sar files.. In ant we can call jar creation logic and name the file as a SAR instead of a JAR. 2. Create a maven plugin to do the same. I needed some inputs for the same.. if any of you have worked on a similar SAR creation issue then which approach is better or if an alternate approach exists for the same. Regards Vikram
