I have project consisting of several modules. One of the modules requires configuration and loads it through Class.getResource native call. Configuration is packaged in jar archive on classpath.
What is best practice of doing this in maven2. For example. project1 |- |-config.jar lib-project2 project1 depends on lib-project2. Lib project loads configuration from classpath. -- View this message in context: http://www.nabble.com/Config.jar-project-dependency-tp25939781p25939781.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
