On Mon, Jul 3, 2017 at 10:10 AM Karl Heinz Marbaise <[email protected]> wrote:
> On 03/07/17 18:55, Laird Nelson wrote: > > Today I suddenly noticed that—Maven 3.5.0, Maven Resources Plugin > > 3.0.2—although the plugin is reporting that (a) filtering is off and (b) > > there are 26 files to copy, none of them is actually copied. > > The above snippet does not turn on filtering. Do I mistaken something? > No, I meant simply to stress that everything is simple. Everything is set to defaults. > What do you mean by it's not copied? > My src/test/resources hierarchy has 26 files. None of them show up in target/test-classes anywhere. Can you please create a complete example project which shows the > problem?...best would be on github so we can take a look... > As I have time; yes. In the meantime, simply create files under src/test/resources and mark their modification times as being December 31, 1969. Then see if they are copied. They will not be. They should be (IMHO). Best, Laird
