java - Where to put property file that is used across different modules in a multi-module maven project? -



java - Where to put property file that is used across different modules in a multi-module maven project? -

i have created nice multi-module project using maven, wondering best place store property files shared accross modules. give illustration have 4 modules needing log4j.properties file, need set in every module or there central place in set this?

if have parent project, best place.

otherwise module included each other module.

put log4j.properties /src/main/resources

java maven properties multi-module

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -