Oleg Kalnichevski <[EMAIL PROTECTED]> wrote on 04/05/2004 06:26:06 AM:

> Eric,
> I really like the idea. Unfortunately Maven's project.xml currently does
> not allow any other attributes but name, e-mail, organization and role.
> If the PMC does not come up with some sort of Jakarta endorsed policy on
> contributions attribution, we'll have to revisit this discussion. One
> possibility would be to request an extension to the Maven's project.xml
> DTD
> 
> Oleg

Any element in Maven can have a <properties> sub-element added to it. I 
think it's possible with contributor, e.g.

<contributor>
  ...
 <properties>
   <patch>IZ1322</patch>
 </properties>
</contributor>
--
dIon Gillard, Multitask Consulting


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to