Sounds like you want a developerManagement node. Not a bad idea, but it does not currently exist, so you'll need to file an RFE in the Maven JIRA and perhaps someone will add this feature in a future version of Maven.
Or if you're really ambitious, you could try adding this functionality yourself. Wayne On 7/29/07, Oscar Picasso <[EMAIL PROTECTED]> wrote: > Hi, > > I want to centralize developers and contributors information in one place. > > I have thought to put it in parent POM but in that case the children > projects inherit from all the developers and contributors section. > > I would like to just have something like that in the children pom. > > <developers> > <developer> > <id>oscar01</id> > <role>developer</role> > </developers> > </developers> > > In that case all missing information (email etc.) would be retrieved from > the parent POM, the role would override the value from the parent POM. > > Is there a way to do something similar? > > Thanks > > Oscar > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
