JBoss Maven plugin 基本命令

来源:互联网 发布:淘宝网冬款女鞋 编辑:程序博客网 时间:2024/06/14 01:05
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.

原创粉丝点击