|
Property
|
Optional?
|
Description
|
maven.im.message
|
No
|
This property specifies the message that
will be sent to all recipients when the
plugin is invoked, possibly something like -
"The build has completed successfully."
|
Property
|
Optional?
|
Description
|
maven.im.jabber.port
|
Yes
|
This property specifies the port to which
the plug-in should try to connect when
sending the message. Default value is
5222
.
|
maven.im.jabber.password
|
No
|
This property specifies the password for
connecting to your XMPP server, which
corresponds to the user identified by the
${maven.im.jabber.from} username.
|
maven.im.jabber.host
|
No
|
This property specifies the name of the XMPP
server to which the plugin should connect to
send its messages, e.g. jabber.org.
|
maven.im.jabber.secure
|
Yes
|
Specifies whether or not the connection to
the XMPP server should use SSL or not.
Default value is
false
.
|
maven.im.jabber.from
|
No
|
This property is the username of the sender
of the message, and is the username which
will be used to connect to the XMPP server.
This user must exist for the plugin to
operate; e.g. mavenbot.
|
maven.im.jabber.to
|
No
|
This property specifies a comma separated
list of XMPP recipients, each of which will
be sent a copy of the message, e.g.
foo@jabber.org, bar@jabber.com.
|
maven.im.jabber.secure.port
|
Yes
|
This property specifies the port to which
the plug-in should try to connect when
sending the message. Default value is
5223
.
|
Property
|
Optional?
|
Description
|
maven.im.msn.password
|
No
|
This property specifies the password for
connecting to the MSNM network, which
corresponds to the user identified by the
${maven.im.msn.from} username.
|
maven.im.msn.to
|
No
|
This property specifies a comma separated
list of MSNM recipients, each of which will
be sent a copy of the message, e.g.
foo@hotmail.com, bar@msn.com.
|
maven.im.msn.from
|
No
|
This property is the username of the sender
of the message, and is the username which
will be used to connect to the MSNM network.
This user must exist for the plugin to
operate; e.g. mavenbot@hotmail.com.
|
Property
|
Optional?
|
Description
|
maven.im.aim.from
|
No
|
This property is the username of the sender
of the message, and is the username which
will be used to connect to the AIM network.
This user must exist for the plugin to
operate; e.g. mavenbot.
|
maven.im.aim.password
|
No
|
This property specifies the password for
connecting to the AIM network, which
corresponds to the user identified by the
${maven.im.aim.from} username.
|
maven.im.aim.to
|
No
|
This property specifies a comma separated
list of AIM recipients, each of which will
be sent a copy of the message, e.g. foo,
bar.
|
|