There is a maven 2 plugin for JBoss (maven-plugin-jboss). It uses JMX
to let you deploy/undeploy J2EE apps. I'm trying to modify it to create
a similar plugin for GlassFish. Unfortunately, I am clueless about
JMX. Is it possible to deploy/undeploy Java EE 5 apps (WAR, EAR, etc)
to GlassFish using JMX? If so, is there a tutorial somewhere that I
could use to get started?
Thanks,
Mark