We talked about this in Brno, as this was something the tools team
wanted. I think what they were after was some bootstrap API that
basically gave them the command line arguments they needed to launch the
server, although I can't remember the full details.
Stuart
James R. Perkins wrote:
For the wildfly-maven-plugin I've written a simple class to
launch a
process that starts WildFly. It also has a thin wrapper around the
deployment builder to ease the deployment process.
I've heard we've been asked a few times about possibly creating a Gradle
plugin. As I understand it you can't use a maven plugin with Gradle. I'm
considering creating a separate bootstrap(ish) type of project to simple
launch WildFly from Java. Would anyone else find this useful? Or does
anyone have any objections to this?