« Return to Thread: Help with notifier config for MSN in pom

Help with notifier config for MSN in pom

by Jeroen Verhagen :: Rate this Message:

Reply to Author | View in Thread

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@...</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

 « Return to Thread: Help with notifier config for MSN in pom