No, I don't think so. Easiest would be to try, did you?
While on the topic, it's not ${pom.xxx} but ${project.xxx}. The former is
deprecated.
/Anders
On Thu, Jun 23, 2011 at 11:55, Erwin Mueller <[email protected]>wrote:
> Hallo,
>
> if I set in the pom.xml information about the developers, can I use
> it
> for resource filtering? Like I have in the pom.xml file:
>
> <developers>
> <developer>
> <name>Erwin Müller</name>
> <email>[email protected]</email>
> <organization>Global Scaling Software</organization>
> <organizationUrl>http://www.global-scaling-
> software.de/</organizationUrl>
> </developer>
> </developers>
>
> Now I have a resource where I want to set the developer's name:
> ${pom.developers.developer.name}. Now developers is a multiple items tag,
> how
> can I use the first developer? Is it possible anyway?
>
> Kind regards, Erwin.
> --
> Erwin Mueller
> http://www.global-scaling-institute.de/
>