Re: custom maven plugin howto

2018-04-26 Thread Damon Jacobsen
I was thinking of going your second route, as there are common files that need to be distributed by the plugin, which need to be filtered with the build properties at the client build time. Are there any examples of calling another Mojo from within your own Mojo that you know of? Damon On Wed, Ap

Re: custom maven plugin howto

2018-04-25 Thread Jochen Wiedmann
On Thu, Apr 26, 2018 at 1:11 AM Damon Jacobsen wrote: > I am trying to get my feet wet with plugin development, and struggling > with some of the basics.I am trying to get the resource I am copying into > the build directory to be filtered in the same way that the maven resources > plugin works

custom maven plugin howto

2018-04-25 Thread Damon Jacobsen
I am trying to get my feet wet with plugin development, and struggling with some of the basics.I am trying to get the resource I am copying into the build directory to be filtered in the same way that the maven resources plugin works. I could manually filter for only my own properties, but I would

custom maven plugin howto

2018-04-25 Thread Damon Jacobsen
I am trying to get my feet wet with plugin development, and struggling with some of the basics.I am trying to get the resource I am copying into the build directory to be filtered in the same way that the maven resources plugin works. I could manually filter for only my own properties, but I would