RE: [EXTERNAL] Re: how to use both buildnumber-maven-plugin and maven-release-plugin

2017-10-24 Thread Justin Georgeson
> -Original Message- > From: Karl Heinz Marbaise [mailto:khmarba...@gmx.de] > Sent: Tuesday, October 24, 2017 12:25 PM > To: Justin Georgeson ; > i...@soebes.de; Maven Users List > Subject: Re: [EXTERNAL] Re: how to use both buildnumber-maven-plugin > and

Re: [EXTERNAL] Re: how to use both buildnumber-maven-plugin and maven-release-plugin

2017-10-24 Thread Karl Heinz Marbaise
Hi, On 24/10/17 15:59, Justin Georgeson wrote: I want to enforce in every build (not just release builds) > that the working copy is pristine > (ie doCheck=true for buildnumber plugin), On a CI server or locally ? but release:prepare dirties the working copy before running 'clean verify'.

RE: [EXTERNAL] Re: how to use both buildnumber-maven-plugin and maven-release-plugin

2017-10-24 Thread Justin Georgeson
I want to enforce in every build (not just release builds) that the working copy is pristine (ie doCheck=true for buildnumber plugin), but release:prepare dirties the working copy before running 'clean verify'. So when I run release:prepare the buildnumber plugin fails. I can work around it by r