On Thu, Apr 26, 2018 at 1:11 AM Damon Jacobsen <[email protected]> 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. I could manually filter for only my own properties, but I > would like to filter everything in the same way the resources plugin does. Sounds, like you could (or even should) use the resources plugin, either by having explicit configuration in your pom.xml, or by adding the jar file to your own plugins dependencies. Jochen --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
