JBoss Maven plugin 基本命令

郎俊雅
2023-12-01
The following goals are available in this plugin.

jboss:configure

Configure a JBoss Server.

jboss:start

Start a JBoss Server.

jboss:start-and-wait

Start a JBoss Server and wait for startup to complete.

jboss:stop

Shutdown a running JBoss Server.

jboss:deploy

Deploy a file or directory to JBoss using JMX.

jboss:undeploy

Undeploy a file or directory to JBoss using JMX.

jboss:redeploy

Redeploy a file or directory to JBoss using JMX.

jboss:hard-deploy

Deploy a file or directory to JBoss by copying files directly to the server deployment directory.

jboss:hard-undeploy

Undeploy a file or directory to JBoss by removing files from the server deployment directory.

 类似资料: