Multimodule Project and a configuration file for a plugin

2009-04-11 Thread Karl Heinz Marbaise
Hi, i have a multimodule setup and i'm using a plugin groupIdcom.google.code.maven-license-plugin/groupId artifactIdmaven-license-plugin/artifactId but i have a little problem with the configuration of the plugin. The plugin needs a file as a template as the license header. But i would like

RE: Multimodule Project and a configuration file for a plugin

2009-04-11 Thread Martin Gainty
profile idmaven2.0/id activation activeByDefaulttrue/activeByDefault /activation systemProperties property nameJAVA_HOME/name value${JAVA_HOME}/value /property

Re: Multimodule Project and a configuration file for a plugin

2009-04-11 Thread Karl Heinz Marbaise
Hi Martin, first thank you for your answer, the problem with the solution is that i need to define environment variables...which is a source of failures in different build environments...so if there is no other solution i have to cope with the used approach... systemProperties

Re: Multimodule Project and a configuration file for a plugin

2009-04-11 Thread Wayne Fay
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