Yes, I agree - I was just talking about this specific case - testing that pom interpolation in properties still works as it used to. Its probably a core thing, but the specific case of maven.xdoc.version is worth adding to xdoc's plugin:test.
- Brett > -----Original Message----- > From: Jason van Zyl [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 7 January 2004 9:09 AM > To: Maven Developers List > Subject: RE: cvs commit: maven-plugins/announcement plugin.properties > > > On Tue, 2004-01-06 at 17:03, Brett Porter wrote: > > Ok. If we clean up all our plugins, can we make sure there > is a test > > somewhere to prove it still works? > > There has to be tests for all plugins. I've started making an > xmlunit tool for all plugins that spew xml. > > > Otherwise users find the bugs and we have > > to spend longer on future RC's. I guess that means a > touchstone test > > for it, or maybe xdoc plugin:test. > > Tests for each plugin that can be run from the plugins build. > Having it run from the touchstone or the bootstrap isn't > acceptable. It's silly to have to bootstrap in order to test a plugin. > > > Thanks, > > Brett > > > > > -----Original Message----- > > > From: Jason van Zyl [mailto:[EMAIL PROTECTED] > > > Sent: Wednesday, 7 January 2004 9:01 AM > > > To: Maven Developers List > > > Subject: RE: cvs commit: maven-plugins/announcement > plugin.properties > > > > > > > > > On Tue, 2004-01-06 at 16:56, Brett Porter wrote: > > > > Jason, > > > > > > > > Even if this is deprecated behaviour, it needs to continue > > > working for > > > > 1.0 doesn't it? > > > > > > Yup, it does. I'm just cleaning up our plugins. > > > > > > > - Brett > > > > > > > > > -----Original Message----- > > > > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > > > > Sent: Wednesday, 7 January 2004 7:49 AM > > > > > To: [EMAIL PROTECTED] > > > > > Subject: cvs commit: maven-plugins/announcement > > > > > plugin.properties > > > > > > > > > > > > > > > jvanzyl 2004/01/06 12:48:47 > > > > > > > > > > Modified: announcement plugin.properties > > > > > Log: > > > > > o property is gleaned within the plugin using the pom > > > > > directly. > > > > > > > > > > Revision Changes Path > > > > > 1.2 +1 -1 > > > maven-plugins/announcement/plugin.properties > > > > > > > > > > Index: plugin.properties > > > > > > > > > =================================================================== > > > > > RCS file: > > > /home/cvs/maven-plugins/announcement/plugin.properties,v > > > > > retrieving revision 1.1 > > > > > retrieving revision 1.2 > > > > > diff -u -r1.1 -r1.2 > > > > > --- plugin.properties 16 Nov 2003 22:48:56 > -0000 1.1 > > > > > +++ plugin.properties 6 Jan 2004 20:48:46 > -0000 1.2 > > > > > @@ -3,4 +3,4 @@ > > > > > # > > > > > > > > > ------------------------------------------------------------------- > > > > > > > > > > # Version for which to create a release note. > > > > > -maven.announcement.version = ${pom.currentVersion} > > > > > +## maven.announcement.version = ${pom.currentVersion} > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -------------------------------------------------------------------- > > > > > - > > > > > To unsubscribe, e-mail: [EMAIL PROTECTED] For > > > > > additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > -- > > > jvz. > > > > > > Jason van Zyl > > > [EMAIL PROTECTED] > > > http://tambora.zenplex.org > > > > > > In short, man creates for himself a new religion of a > > > rational and technical order to justify his work and to be > > > justified in it. > > > > > > -- Jacques Ellul, The Technological Society > > > > > > > > > > -------------------------------------------------------------------- > > > - > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > -- > jvz. > > Jason van Zyl > [EMAIL PROTECTED] > http://tambora.zenplex.org > > In short, man creates for himself a new religion of a > rational and technical order to justify his work and to be > justified in it. > > -- Jacques Ellul, The Technological Society > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
