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? 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]
