On 16/07/15 16:55, Daniel Kulp wrote: > Out of curiosity, what would the docker image buy us? > > Really “mvn release:prepare; mvn release:perform” is not that hard. I think > the only complexity would be the gpg setup, but that’s likely really just an > issue for Windows folks, and I’m not sure how that would work with a docker > image either since you certainly would NOT want any private keys burned into > a docker image. >
Think of small mistakes that are hard to spot. Examples of things that people could unintentionally do: - building with different JDK versions - having some incorrect or modified plugin JAR in their cache A CI build eliminates some of these risks.