Hi James
I have a simple Maven plug-in using the Java API. It's probably
not
100% complete yet, but it works for now.
https://github.com/jamezp/jboss-as-deploy-plugin
Anyway, you'll see how simple the Java API is for deploying,
redeploying and undeploying. I'm sure the API does a lot more than
what I'm doing with it, but it's a simple example.
yes, indeed, that API looks very convincing. If I understand things
right, it uses the managemenet API (saw default port 9999 in the
javadoc) behind the scenes and handles everything for me.
Thanks a lot!
Cheers
André