Continuous Deployment using GlassFish, Jenkins, Maven and Git
Wednesday, May 29th, 2013Recently I needed a quick solution to deploy a Java EE 6 web application on a GlassFish instance automatically and subsequent to a successful build of the project on the integration server.
It took only a few steps using Jenkins, Maven and the Cargo plugin and I’d like to share this quick solution with you here.