Howdy!
I use Eclipse with
Maven plugin. I am able to create a whole project and build it (using maven install). I receive .war file. However I have to deploy that file manually. It is a suboptimal solution. Is there any way to build a package and deploy it on the server automagically?
When I use standard project with embedded Glassfish I am able to utilize hot redeployment which is very fast. I would like to achieve something similar with Maven.