2009年04月23日

GlassfishのMavenプラグイン

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.
ドメインの削除
posted by tfunato at 11:24 | コメント[0] | トラックバック[0] | Maven このエントリーを含むはてなブックマーク はてなブックマーク - GlassfishのMavenプラグイン
この記事へのコメント
コメントを書く
お名前:

メールアドレス:

ホームページアドレス:

コメント:

※承認されるまで反映されません!
この記事へのTrackBack URL
http://blog.seesaa.jp/tb/117949918