On Tue, 2004-01-06 at 15:52, Vincent Massol wrote: > Hi Jason, > > There was one nice benefit of having properties defined in > plugin.properties: it was clearly stating what properties where public > and what were private. By removing them you are removing this "feature". > > How can we restore this?
How about this: http://cvs.apache.org/viewcvs.cgi/maven-plugins/announcement/xdocs/properties.xml?rev=1.1&view=auto But it would be nice to have something generate this. How about something at the top of a jelly plugin like: <!-- @maven.announcement.version The variable controlling the ann version. --> And have that create properties.xml files? > Thanks > -Vincent > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Sent: 06 January 2004 21:49 > > 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] > > > > --------------------------------------------------------------------- > 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]
