Can I substitute Eclipse and Maven variables into a log4j.properties file?
You can use system properties in log4j configuration files using a ${variablename} syntax. Can you include Eclipse variables (like the project name) and Maven variables (like the artifact ID) in there too, and have them substituted during the respective build? ...