Kwaee (http://www.kwatee.net) 既可以进行战争部署,也可以进行爆炸部署。它有一个 Web 用户界面,但您可以通过 python CLI 或提供的 ant 任务将其自动化。
Kwatee (http://www.kwatee.net) can do both war or exploded deployments. It has a web user interface but you can automate it via python CLIs or a supplied ant task.
I think you could use the maven wagon plugin to do this. Try the wagon:upload-single goal - I think it is what you are looking for, you just need to fill in the configuration blanks so to speak.
One gotcha to remember - you need to add the server configuration to your maven settings.xml file, which is pretty easy to do, just don't forget it.
发布评论
评论(4)
http://liverebel.com - 看看 LiveRebel。我认为这就是你所需要的。
http://liverebel.com - Take a look on LiveRebel. I think that is what you need.
我也找到了一些工具:
I have found some tools, too:
Kwaee (http://www.kwatee.net) 既可以进行战争部署,也可以进行爆炸部署。它有一个 Web 用户界面,但您可以通过 python CLI 或提供的 ant 任务将其自动化。
Kwatee (http://www.kwatee.net) can do both war or exploded deployments. It has a web user interface but you can automate it via python CLIs or a supplied ant task.
我认为您可以使用 maven wagon 插件 来执行此操作。尝试
wagon:upload-single
目标 - 我认为这就是您正在寻找的目标,可以这么说,您只需要填写配置空白即可。需要记住的一个问题 - 您需要将服务器配置添加到您的 Maven settings.xml 文件中,这很容易做到,只是不要忘记它。
I think you could use the maven wagon plugin to do this. Try the
wagon:upload-single
goal - I think it is what you are looking for, you just need to fill in the configuration blanks so to speak.One gotcha to remember - you need to add the server configuration to your maven settings.xml file, which is pretty easy to do, just don't forget it.