Re: Maven Plugin Testing Tools deprecated

2018-03-01 Thread Olivier Lamy
Hi Better to user maven-invoker-plugin: http://maven.apache.org/plugins/maven-invoker-plugin/ Our plugins sources have plenty of examples On 2 March 2018 at 07:29, Basin Ilya wrote: > Hi. > I want to invoke a maven build as part of the unit test. I thought that >

Maven Plugin Testing Tools deprecated

2018-03-01 Thread Basin Ilya
Hi. I want to invoke a maven build as part of the unit test. I thought that http://maven.apache.org/plugin-testing/maven-plugin-testing-tools/ was the right tool, but its javadoc is completly deprecated and no replacement mentioned.

Re: maven release plugin

2018-03-01 Thread Mark Derricutt
On 1 Mar 2018, at 23:18, Matthew Broadhead wrote: > Thanks Mark.  looks easy enough.  i may try a maven plugin first though as i > like the idea of maven controlling all the git pushes etc I tend to NOT let maven do the git pushes, for the cases we're doing releases on a hot fix, or a support

Re: maven release plugin

2018-03-01 Thread Matthew Broadhead
ah i missed the around the parameters.  it works now On 01/03/2018 11:22, Matthew Broadhead wrote: thanks Stephen.  i will give this one a look too.  it looks almost identical to jgitflow-maven-plugin. i have had problems testing jgitflow.  it seems even if i add the configuration parameter

Re: warning messages

2018-03-01 Thread Bill Tantzen
As I move more into a Maven environment, there is declining need to add libraries to java extensions directories. You are absolutely right! Thanks so much, --Bill On Thu, Mar 1, 2018 at 12:59 AM, Mirko Friedenhagen wrote: > Hello Bill, > > ~/Library/Java/Extensions

Re: maven release plugin

2018-03-01 Thread Matthew Broadhead
thanks Stephen.  i will give this one a look too.  it looks almost identical to jgitflow-maven-plugin. i have had problems testing jgitflow.  it seems even if i add the configuration parameter development it still creates a branch "develop".  also after release-finish it doesn't delete the

Re: maven release plugin

2018-03-01 Thread Matthew Broadhead
Thanks Mark.  looks easy enough.  i may try a maven plugin first though as i like the idea of maven controlling all the git pushes etc On 01/03/2018 05:05, Mark Derricutt wrote: On 1 Mar 2018, at 2:56, Ben Tatham wrote: Sounds like you're using gitflow (master, develop, feature/*