Re: Issue reading configuration from exection

2018-08-07 Thread Kev James
Thanks Robert, I did suspect that it was something to do with the way the unit test runs was not simulating the phase. I set up a simple test project using the snapshot of my plugin, and it works as designed, so I'm going to take that test out and assume that it 'just works'. Cheers, KEv. On Mon

Re: Issue reading configuration from exection

2018-08-06 Thread Robert Scholte
On Mon, 06 Aug 2018 18:27:48 +0200, Kev James wrote: Hi all, Is this the right place to ask questions about writing Maven plugins? I'm writing a plugin and I have a unit test that tries to verify that the in an is being read (because right now it doesn't, so it's got its own unit test now).

Issue reading configuration from exection

2018-08-06 Thread Kev James
Hi all, Is this the right place to ask questions about writing Maven plugins? I'm writing a plugin and I have a unit test that tries to verify that the in an is being read (because right now it doesn't, so it's got its own unit test now). This pom is read correctly, and my Mojo's execute() metho