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