Is there any way to share resources between modules of a parent project in Maven? For example, I would like to specify one log4j.properties file for all the modules in a mul
Antoher possibility is to use a remote resource bundle. You would be able to configure it in the parent project. In this example I wanted to copy some files just for tests. If you use this you will need to create the bundle in another project.
org.apache.maven.plugins
maven-remote-resources-plugin
1.5
es.sca:myBundle:1.0.0
false
true
${basedir}/src/test/resources
process