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/

Reply via email to