Closed ksilin closed 12 years ago
Start and stop targets weren't added for remote servers, though with the new jboss-as:execute-commands
goal you could shut a server down, but a new jboss-as:run
goal was added to locally run your application.
Is it possible to reopen this issue? The jboss-as:run
goal does not help when the deployment is to be used in the same Maven build, since the goal tends to block subsequent goals. For example, using this goal in the pre-integration-test
phase, prevents the maven-failsafe-plugin from executing integration tests.
Is it possible to introduce goals atleast to start and stop standalone JBoss 7 instances, so that a Maven CI build could manage the lifecyle of the instance ?
Sorry for the delay on this. We now have a JIRA for this project and I've created an issue for this there. https://issues.jboss.org/browse/JBASMP-25
Implement "start" and "stop" targets triggering the startup and the shutdown of a jboss instance. "start-domain" and "start-standalone" would be more precise naming options, but they may unnecessary tie the plugin to the current version/structure of jboss.