Changes
Vincent Massol
Application-specific JBoss configuration files now correctly overwrite
the default JBoss configuration files.
Allowed deployments of EAR, WAR or EJB-JAR (only EAR was previously
supported) by adding the jboss:package-ear,
jboss:package-ejb and jboss:package-war
goals. The jboss:package goal has been renamed
jboss:configure and now simply creates a
custom JBoss server configuration (with nothing from the project
deployed in it).
Added deploy/undeploy targets for jar/war/ear using JBoss' jmx console.
Added new maven.jboss.hostname plugin property.
It defaults to localhost and gives the host name
of the server to stop when calling maven jboss:stop.
JBoss failed to start on unix. This has been fixed.
Plugin creation.