Hi,

I got the following muliproject:
/project.xml
/project.properties
/LICENSE.TXT
/mod1/project.xml
/mod1/project.properties
/mod2/project.xml

I am constantly getting warning from the license plugin and the checkstyle
plugin that it can't find LICENSE.txt.
I tried putting
maven.checkstyle.header.file=${basedir}/LICENSE.TXT
in /project.properties, but apparently when mod1 inherits this property, it
uses it's won basedir, not the one of it's parent.
And I specifically want to keep one LICENSE.TXT file, in the root dir.

Is there an alternative then going to each of the modules and setting the
property there with ${basedir}/../LICENSE.TXT

-- 
Thanks for any and all help,
Geoffrey




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to