How do you reference something that is a collection in the POM?

Let's say there are 2 developers and I want to get their email
addresses to put in the notifier.address section of the ciManagement
section (I know a mailing list is preferred but we don't have one set
up right now and I know there are JIRA's in Continuum to propogate the
developers into continuum as users and the users as the notifiers but
until then...)

${project.developers.developer.xxx.email}  (where xxx is ther id)
or
${project.developers.developer[0].email)

On 10/27/05, Jason van Zyl <[EMAIL PROTECTED]> wrote:
> On Thu, 2005-10-27 at 15:25 +1000, Michael McCrann wrote:
> > Hi,
> >
> > Is there any documentation that describes what things from the POM are 
> > available as variables?
>
> Anything in the POM itself:
>
> http://maven.apache.org/maven-model/maven.html
>
> > How do I specify 'target' as a property? The things I have tried haven't 
> > worked:
>
> You can take a look at this:
>
> http://maven.apache.org/guides/introduction/introduction-to-the-pom.html
>
> Which shows the Super POM which has most of the build elements that you
> might want to use.
>
> > $(pom.build.outputDirectory}
> > ${pom.build.dir}
> > ${build.dir}
>
> Close but no cigar :-)
>
> ${pom.build.directory}
>
> >
> > NOTICE
> > This e-mail and any attachments are confidential and may contain copyright 
> > material of Macquarie Bank or third parties. If you are not the intended 
> > recipient of this email you should not read, print, re-transmit, store or 
> > act in reliance on this e-mail or any attachments, and should destroy all 
> > copies of them. Macquarie Bank does not guarantee the integrity of any 
> > emails or any attached files. The views or opinions expressed are the 
> > author's own and may not reflect the views or opinions of Macquarie Bank.
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> --
> jvz.
>
> Jason van Zyl
> jason at maven.org
> http://maven.apache.org
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
tom

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

Reply via email to