maven antrun copy resources to base target directory
- Try with
<plugins ... />
instead of<pluginManagement ... />
. - Copying things to target to test it feels a bit weird. Will you run maven every time you need to test your application?
<plugins ... />
instead of <pluginManagement ... />
.