> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Sunday, September 07, 2003 4:51 PM > To: [EMAIL PROTECTED] > Subject: cvs commit: maven/src/plugins-build/xdoc/xdocs faq.fml > navigation.xml > > dion 2003/09/07 07:50:33 > > Modified: src/plugins-build/xdoc project.properties project.xml > src/plugins-build/xdoc/xdocs navigation.xml > Added: src/plugins-build/xdoc/xdocs faq.fml > Log: > Move xdoc FAQs from Wiki to site docs > > Revision Changes Path > 1.4 +1 -1 maven/src/plugins-build/xdoc/project.properties > > Index: project.properties > =================================================================== > RCS file: /home/cvs/maven/src/plugins-build/xdoc/project.properties,v > retrieving revision 1.3 > retrieving revision 1.4 > diff -u -r1.3 -r1.4 > --- project.properties 19 Mar 2003 06:01:19 -0000 1.3 > +++ project.properties 7 Sep 2003 14:50:33 -0000 1.4 > @@ -5,4 +5,4 @@ > maven.xdoc.version=${pom.currentVersion} > #maven.xdoc.developmentProcessUrl=http://maven.apache.org/development- > process.html > maven.license.licenseFile=${basedir}/../../../LICENSE.txt > - > +maven.checkstyle.header.file=${basedir}/../../../LICENSE.txt > > > > 1.26 +16 -0 maven/src/plugins-build/xdoc/project.xml
I am not complaing :) ... but wouldn't it be better to to solve this issue by inheriting maven.license.licenseFile and maven.checkstyle.header.file from parent project for all plugins? We need to implement this feature (afaik properties were not inherited some time ago) before 1.0 goes out. Michal --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
