https://maven-glassfish-plugin.dev.java.net/
できること
後で試す
* glassfish:create-domain
o Create a new Glassfish domain. (Creating an existing domain will cause it to be deleted and recreated.)
ドメインの新規作成
* glassfish:start-domain
o Start an existing Glassfish domain. (Starting a non-existent domain will cause it to be created.)
ドメインの開始
* glassfish:deploy
o Deploy JavaEE artifacts to a running domain. (Deploying to an inactive domain will cause it to be started and created if necessary.)
デプロイ
* glassfish:redeploy
o Redeploy JavaEE artifacts to a running domain. (Cold redeployment by first calling undeploy and then deploy . Use deploy to effect a hot deployment.)
再デプロイ
* glassfish:undeploy
o Undeploy JavaEE components from a running domain.
デプロイの削除
* glassfish:stop-domain
o Stop a running Glassfish domain.
ドメインの停止
* glassfish:delete-domain
o Delete an existing Glassfish domain.
ドメインの削除
2009年04月23日
この記事へのコメント
コメントを書く
この記事へのTrackBack URL
http://blog.seesaa.jp/tb/117949918
http://blog.seesaa.jp/tb/117949918
