Re: build-helper-maven-plugin: java.lang.IllegalArgumentException: version can neither be null, empty nor blank

2019-11-02 Thread Jamin Collins
I hope by JIRA you meant GitHub, because I didn't see a JIRA link for the project. https://github.com/mojohaus/build-helper-maven-plugin/issues/83 On 11/2/19 1:35 PM, Tibor Digana wrote: Hi Jamin, Pls open a JIRA ticket and keep this discussion open. Thx! On Sat, Nov 2, 2019 at 7:17 PM Jamin

Re: build-helper-maven-plugin: java.lang.IllegalArgumentException: version can neither be null, empty nor blank

2019-11-02 Thread Tibor Digana
Hi Jamin, Pls open a JIRA ticket and keep this discussion open. Thx! On Sat, Nov 2, 2019 at 7:17 PM Jamin Collins wrote: > I'm running into an issue with build-helper-maven-plugin in a project > I'm attempting to build. > > I was previously (roughly about a year ago) able to build this project

build-helper-maven-plugin: java.lang.IllegalArgumentException: version can neither be null, empty nor blank

2019-11-02 Thread Jamin Collins
I'm running into an issue with build-helper-maven-plugin in a project I'm attempting to build. I was previously (roughly about a year ago) able to build this project without issue on this host. I'm now getting "java.lang.IllegalArgumentException: version can neither be null, empty nor

Re: Hooks on mvn release:prepare

2019-11-02 Thread Enrico Olivelli
Thank you Stephen, I will try and check which of the two ideas works better Enrico Il giorno sab 2 nov 2019 alle ore 11:03 Stephen Connolly < stephen.alan.conno...@gmail.com> ha scritto: > Less hacky. > > Could you use an #include directory search order that puts a > target/generated-sources/c

Re: Hooks on mvn release:prepare

2019-11-02 Thread Stephen Connolly
Less hacky. Could you use an #include directory search order that puts a target/generated-sources/c first. If you build without Maven, that dir will be empty and version.h will be found from the regular source sir and say “a snapshot” If you build with Maven, Maven will populate the generated

Re: Hooks on mvn release:prepare

2019-11-02 Thread Stephen Connolly
On Thu 3 Oct 2019 at 16:13, Enrico Olivelli wrote: > Hello, > I am going to propose a new release procedure in Apache ZooKeeper project > in the direction of using the Maven Release Plugin. > Usually with the Maven Release Plugin you are performing to tasks: > > mvn release:prepare -> change