I'm looking for a tool able to deploy partial webapps, not just deploying a war containing a whole new version of a webapp. The purpose is to permit automated deployment (for example, but not only, properties files) in a Mavenized environment. Any idea?
feedback
|
|
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. | |||
|
feedback
|
|
http://liverebel.com - Take a look on LiveRebel. I think that is what you need. | |||
|
feedback
|
|
I think you could use the maven wagon plugin to do this. Try the 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. | |||
|
feedback
|
|
I have found some tools, too:
| |||
|
feedback
|