0

I have used wildfly-maven-plugin:1.2.1.Final and deploy,undeploy & shutdown all work for locally and also remotely.

The problem I is that the start and run goals do not work for a remote host. It seems like it does not use the same config for goals like deploy, undeploy & shutdown

Any ideas how I configure so that run or start work for remote host?

Thanks,

daslan

1 Answers1

0

The wildfly-maven-plugin cannot start a remote WildFly instance. With both the start and run goals the plugin starts a new process locally. There is no way, at least that I'm aware of, to start a new process on a remote machine.

The deploy, redeploy, undeploy and shutdown goals work because they send requests over the management API.

James R. Perkins
  • 16,800
  • 44
  • 60