-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
For a maven 2 project, it would be very nice if hudson parsed the ciManagement
section in the pom, and sent mail to those defined in the notifier section on
failure.
This is a very nice functionality to have using maven, with many modules and
many developers to avoid "spam".
- depends on
-
JENKINS-20209 Maven plugin sends email notification to null address
-
- Resolved
-
- is duplicated by
-
JENKINS-6421 EMail-Notifiers in multi-module projects are ignored
-
- Resolved
-
- is related to
-
JENKINS-1763 Use maven config for email notification to last VCS commiters
-
- Open
-
How would Hudson handle the conflicting rules of email notification between the
parent pom.xml and the child modules pom.xml. Are the settings merged between
the parent and child for the child module?
If settings are just in the parent pom.xml I would hope they would apply to all
the child pom.xmls.
If the user edits the email information in the hudson form then the pom.xml is
updated with new information will the new email information in the pom.xml
overwrite the users configuration applied in the form?