Re: Maven invoker plugin, addTestClassPath failing, but manually adding as dependency works

2015-09-05 Thread Robert Scholte
Op Sat, 05 Sep 2015 10:33:30 +0200 schreef Barrie Treloar : On 5 September 2015 at 17:35, Robert Scholte wrote: Op Sat, 05 Sep 2015 08:56:09 +0200 schreef Barrie Treloar < baerr...@gmail.com>: I'm using the invoker plugin to test the mojo I'm hacking. I had assumed that the mojo's clas

Re: Maven invoker plugin, addTestClassPath failing, but manually adding as dependency works

2015-09-05 Thread Barrie Treloar
On 5 September 2015 at 17:35, Robert Scholte wrote: > Op Sat, 05 Sep 2015 08:56:09 +0200 schreef Barrie Treloar < > baerr...@gmail.com>: > > I'm using the invoker plugin to test the mojo I'm hacking. >> >> I had assumed that the mojo's classpath would be available to invoker, but >> when I print

Re: Maven invoker plugin, addTestClassPath failing, but manually adding as dependency works

2015-09-05 Thread Robert Scholte
Op Sat, 05 Sep 2015 08:56:09 +0200 schreef Barrie Treloar : I'm using the invoker plugin to test the mojo I'm hacking. I had assumed that the mojo's classpath would be available to invoker, but when I print out the classpath that doesn't appear to be the case. "the mojo"? the mojo you ar