This post originated from an RSS feed registered with Java Buzz
by Franco Martinig.
Original Post: Continuous Deployment Pipeline with Maven
Feed Title: Java Software Development Videos and Tutorials Directory
Feed URL: http://www.java-tv.com/feed/
Feed Description: Java-TV.com is a directory of videos, interviews and tutorials focused on software development activities with the Java programming language.
Whether you love it or hate it, Maven is the key build tool for many Java projects. Its opinionated “convention over configuration” design provides Maven with a lot of its power, but it can be very limiting at times. Maven’s opinion on how project “versions” should be managed and released makes it very difficult to implement Continuous Deployment or Delivery.
The first stage in the Continuous Deployment pipeline is to build a binary artifact (jar, war or installer) as a release candidate. Later pipeline stages test the release candidate and can ...