I'm using Maven to build EAR files. I need to deploy them to WAS 7 without IBM RAD. It seems that there is no way to deploy using maven plugins like Cargo. Because they don't support this version of WAS.
Also I tried to use Jython scripts, but I can't deploy EAR without ibm-ejb-jar-bnd.xml. When I use WAS Console there is an option to merge bindings during application update, but it seems that scripts don't provide this option.
So, is what is the best option to deploy EAR pragmatically?