> But i would like to define only a single file so i have setup > it that way to use the file in the root module of my project...
The best solution to these kinds of problems is to modify the plugin code so it will search for its configuration file in the plugin dependency jar(s), and then include a config jar with the config file in the plugin definition in the parent, and it will be inherited by all the children. This allows you to version your config files as well as share them across your projects. Other Maven plugins like checkstyle do this -- take a look at the plugin source code. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
