maven项目的多模块中怎么引用资源模块的公共配置文件?

maven项目中多个功能模块,我想创建一个公共的资源模块,然后其它模块去引用它,我该怎么做?我是需要在其它模块web.xml中加载


log4jConfigLocation

classpath:properties/log4j.properties

报的错误:
Invalid 'log4jConfigLocation' parameter: class path resource [properties/log4j.properties] cannot be resolved to absolute file path because it does not reside in the file system: jar:file:/E:/repository/com/qingtongshu/tree-module-resource/0.0.1-SNAPSHOT/tree-module-resource-0.0.1-SNAPSHOT.jar!/properties/log4j.properties

图片说明