I have an existing ANT build file that uses the wlDeploy task to deploy my EAR to a Weblogic instance. Now I'm being asked to move all our build processes over to Maven (which initiative I fully support!), but can't quite figure out how to migrate this one task. I've looked into Cargo, but can't really decipher the documentation in a way that would let me do a sort of one-to-one migration from my Ant wlDeploy task into a Maven POM.
Since this question is also very much related to WLS, I'm going to cross-link this post with the WebLogic forum. Hopefully that will increase your chances of getting helpful responses.