I find myself replicating the same log4j configuration in my Maven projects. It's a typical setup I want my projects to always use. Is there any good way to specify one in a parent POM for all child projects? Would the maven-remote-resources-plugin be useful for this?
Paul
