mirror of https://github.com/apache/maven.git
Add some sendOn fields in Notifier
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@280560 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d72b1ae50c
commit
5817c5298c
|
@ -1050,6 +1050,34 @@
|
||||||
<type>String</type>
|
<type>String</type>
|
||||||
<description>The mechanism used to deliver notifications.</description>
|
<description>The mechanism used to deliver notifications.</description>
|
||||||
</field>
|
</field>
|
||||||
|
<field>
|
||||||
|
<name>sendOnError</name>
|
||||||
|
<version>4.0.0</version>
|
||||||
|
<defaultValue>true</defaultValue>
|
||||||
|
<type>boolean</type>
|
||||||
|
<description>Send notification on error.</description>
|
||||||
|
</field>
|
||||||
|
<field>
|
||||||
|
<name>sendOnFailure</name>
|
||||||
|
<version>4.0.0</version>
|
||||||
|
<defaultValue>true</defaultValue>
|
||||||
|
<type>boolean</type>
|
||||||
|
<description>Send notification on failure.</description>
|
||||||
|
</field>
|
||||||
|
<field>
|
||||||
|
<name>sendOnSuccess</name>
|
||||||
|
<version>4.0.0</version>
|
||||||
|
<defaultValue>true</defaultValue>
|
||||||
|
<type>boolean</type>
|
||||||
|
<description>Send notification on success.</description>
|
||||||
|
</field>
|
||||||
|
<field>
|
||||||
|
<name>sendOnWarning</name>
|
||||||
|
<version>4.0.0</version>
|
||||||
|
<defaultValue>true</defaultValue>
|
||||||
|
<type>boolean</type>
|
||||||
|
<description>Send notification on warning.</description>
|
||||||
|
</field>
|
||||||
<!-- TODO: Remove it after continuum alpha-3 release -->
|
<!-- TODO: Remove it after continuum alpha-3 release -->
|
||||||
<field>
|
<field>
|
||||||
<name>address</name>
|
<name>address</name>
|
||||||
|
|
Loading…
Reference in New Issue