Re: Maven filter structure in pom.xml

2014-05-16 Thread Mirko Friedenhagen
Bernd, shouldn't this be ${project.developers[0].name}? You try splitting the assignment in two lines as well, one for developer and one for name. Am 16.05.2014 11:24 schrieb "Prager, Bernd" : > All, > > I am using Apache Maven 3.1.1 and I am trying to get the list of > developers stored in my p

Maven filter structure in pom.xml

2014-05-12 Thread Prager, Bernd
All, I am using Apache Maven 3.1.1 and I am trying to get the list of developers stored in my pom.xml by resource filtering. The structure in my pom.xml looks like: Bernd When I filter by "developer= ${project.developers}" I get "developer= [org.apache