How to fail on maven copy-resources instead skip non existing resourceDirectory when perform maven-resources-plugin:copy-resources
I have config as descibed here:
http://maven.apache.org/plugins/maven-resources-plugin/examples/copy-resources.html
[INFO]
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-root-configuration-files) @ replicator ---
[INFO] Using 'uft-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory ....
[INFO]
How to fail instead skipping non existing resourceDirectory?