Issue Details (XML | Word | Printable)

Key: MNG-3226
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Brad Szabo
Votes: 0
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
Maven 2

Developers and Contributors information is not being inherited

Created: 22/Feb/07 01:37 PM   Updated: 03/Jun/08 07:02 AM
Component/s: Inheritance and Interpolation
Affects Version/s: 2.0.7
Fix Version/s: 2.0.x

Time Tracking:
Not Specified


 Description  « Hide
The developers and contributors information is not being merged into the effective POM of child projects.

According to the Project Inheritance section of the following two POM references, this info should be merged.
http://maven.apache.org/guides/introduction/introduction-to-the-pom.html
http://maven.apache.org/pom.html#Inheritance



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Ruth Ziegler added a comment - 03/Jun/08 07:02 AM
I've been running into this issue today while I wanted to set up an organizational POM.

Since we have internal and external developers working on a project I wanted to split up the developers into the organizational and project POM. The organizational POM shall include the internal developers who work on several projects. The external developers however shouldn't be part of the organizational POM since they only work on a project-basis. Therefore I included these developers in the relevant project POM.

I'm using Maven 2.0.9 and this issue still seems to be unfixed. Is there any chance it will be fixed soon?