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?

In addition to @tags which I think would be very useful as the generated
properties.xml file would come from the source we could also use a
convention like:

maven.xdoc.version = default

Which would indicate a default value will be selected within the plugin.
Not crazy on but it's a suggestion. I think people could just look at
the top of the jelly.plugin and know it was up-to-date.

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

Reply via email to