]
Matt Drees updated JBASMP-72:
-----------------------------
Git Pull Request:
enable --admin-only mode for start & run goals
----------------------------------------------
Key: JBASMP-72
URL:
https://issues.jboss.org/browse/JBASMP-72
Project: JBoss AS Maven Plugins
Issue Type: Feature Request
Reporter: Matt Drees
Assignee: Matt Drees
It'd be handy to be able to start jboss AS in admin-only mode
(
https://access.redhat.com/solutions/341813).
One solution would be to add a <adminOnly>true</adminOnly> configuration
option.
Another would to add a <jbossArgs> option (akin to <jvmArgs>), and I could
then specify <jbossArgs>--admin-only</jbossArgs>.