Hi all,
I configured a mail notifier in my pom like this:
<notifier>
<type>mail</type>
<sendOnError>true</sendOnError>
<sendOnFailure>true</sendOnFailure>
<sendOnSuccess>true</sendOnSuccess>
<sendOnWarning>true</sendOnWarning>
<configuration>
<address>my-address@gmail.com</address>
</configuration>
</notifier>
I managed to get a MSN notifier to work by adding it to manually
through Continuum gui but I would like to configure it in my pom but I
can't find the names and parameters for the configuration.
Can anybody please show me an example configuration for a MSN notifier
containing fields for MSN login, MSN password, recipient address etc?
--
regards,
Jeroen
|