Hi! We are developing a webapp which is packaged in a war-file. I wonder how we can use maven for releasing new versions to our actual server and our staging server.
I have tested the deploy function and read about the release function but these seem to serve a different purpose than the one I'm after. They seem to be developed for the purpose of releasing jar-libraries into a repository where other users can download them (no big surprise really ;) ). But can they be modified for releasing my war-file directly into my web servers webapp folder? I'm also open for other best practices on releasing webapps. /Ludwig
