jbossas / jboss-as-maven-plugin

Maven plugin to deploy applications to JBoss AS 7 (moved to https://github.com/wildfly/wildfly-maven-plugin)
74 stars 69 forks source link

Restart feature #97

Open laubstein opened 8 years ago

laubstein commented 8 years ago

Added access to restart feature :shutdown(restart=true).

New property names:

New shutdown parameters:

laubstein commented 8 years ago

@jamezp can you take a look at this pr? The shutdown(restart) is a very interesting feature when we are dealing with an env that receives PermGen error after some hot deploys.

jamezp commented 8 years ago

Sorry I must have missed the notification for this.

The main issue with something like this is it will only work if the server was started from standalone.(sh|bat). It won't work with the run or start goals.

For the most part too I'm not adding new features to this plugin. I've only been adding new features to the https://github.com/wildfly/wildfly-maven-plugin.