[
http://jira.codehaus.org/browse/MNG-1755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_106533
]
Mike Perham commented on MNG-1755:
----------------------------------
I don't know what the Maven dev schedule looks like so I can't really comment
yes or no. This issue is not really critical to us but it does help Maven
scale to larger teams and module layouts. It's also a POM change so it's good
to get in as early as possible. Perhaps you could update the POM schema to
allow a <teamManagement> element but not implement the code for it yet (i.e.
just ignore it for now) and that way you could add the feature in the future
without breaking POM compatibility?
> Improve support for <developers> in reactor builds
> --------------------------------------------------
>
> Key: MNG-1755
> URL: http://jira.codehaus.org/browse/MNG-1755
> Project: Maven 2
> Issue Type: Improvement
> Components: POM
> Reporter: Mike Perham
> Fix For: 2.1
>
>
> I would like to see something like <developerManagement> added which acts
> similarly to the other management elements in the POM. This would allow a
> top-level project POM to list all the developers, their orgs, timezones,
> emails, etc and child projects to reference just the ID and the developers
> role in that module. Something like this:
> parent's pom.xml:
> <developerManagement>
> <developer>
> <id>msanchez</id>
> <name>Matt Sanchez</name>
> <email>[EMAIL PROTECTED]</email>
> <url>http://priori.webify.local:9090/display/~msanchez</url>
> <timezone>-6</timezone>
> </developer>
> <developer>
> <id>mperham</id>
> <name>Mike Perham</name>
> <email>[EMAIL PROTECTED]</email>
> <url>http://priori:9090/display/~mperham</url>
> <timezone>-6</timezone>
> </developer>
> </developerManagement>
> foo's pom.xml:
> <developers>
> <developer>
> <id>mperham</id>
> <roles>
> <role>Owner</role>
> </roles>
> </developer>
> </developers>
> Our management wants to have one or two clear-cut owners for each module and
> we would like to use maven to document those owners but the current impl is
> terribly redundant since developers are not inherited.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira