mirror of https://github.com/apache/maven.git
Fix mail notifier configuration
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@279526 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4956d4fff9
commit
e98d10f444
|
@ -17,7 +17,9 @@
|
||||||
<notifiers>
|
<notifiers>
|
||||||
<notifier>
|
<notifier>
|
||||||
<type>mail</type>
|
<type>mail</type>
|
||||||
|
<configuration>
|
||||||
<address>dev@maven.apache.org</address>
|
<address>dev@maven.apache.org</address>
|
||||||
|
</configuration>
|
||||||
</notifier>
|
</notifier>
|
||||||
</notifiers>
|
</notifiers>
|
||||||
</ciManagement>
|
</ciManagement>
|
||||||
|
|
Loading…
Reference in New Issue