Questions tagged [wildfly-maven-plugin]

for questions related to the WildFly Maven Plugin, developed by the JBoss.org Community

This is for questions related to the WildFly Maven Plugin, developed by the JBoss.org Community

The WildFly Maven Plugin (wildfly-maven-plugin) is used to deploy, redeploy, undeploy or run your application. You can also deploy or undeploy artifacts, such as JDBC drivers, and add or remove resources. There is also the ability to execute CLI commands.

Homepage

https://docs.jboss.org/wildfly/plugins/maven/latest/

18 questions
0
votes
1 answer

wildfly-maven-plugin:1.2.1.Final start and run do not work for remote host

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…
0
votes
0 answers

wildfly-maven-plugin Is there a way to specify the jboss.server.base.dir

I was now trying to startup a wildfly server instances using the maven plugin, as opposed to the JBOSS_HOME/bin/standalone.bat Looking at the plugin documentation, I fail to see how one would be able to influence the base dir for the server. To…
99Sono
  • 3,554
  • 27
  • 39
-1
votes
1 answer

wildfly-maven-plugin: Error creating bean with name 'undertowServletWebServerFactory'

Trying to deploy spring boot app to wildfly. This is my pom.xml
Anton Charov
  • 111
  • 7
1
2