Full name:
org.apache.maven.plugins:maven-changes-plugin:2.3:announcement-mail
Description:
Attributes:
2.3
.announcement-generate
prior to executing itself.Name | Type | Since | Description |
---|---|---|---|
basedir | String |
2.1 |
The current project base directory. |
mailContentType | String |
2.1 |
Mail content type to use. Default value is: text/plain . |
smtpHost | String |
2.3 |
Smtp Server. |
smtpPort | int |
2.3 |
Port. Default value is: 25 . |
subject | String |
2.3 |
Subject for the email. Default value is: [ANNOUNCEMENT] - ${project.name} ${project.version} released . |
template | String |
2.3 |
The Velocity template used to format the announcement. Default value is: announcement.vm . |
templateOutputDirectory | File |
2.3 |
Directory which contains the template for announcement email. |
toAddresses | List |
2.3 |
Recipient email address. |
Name | Type | Since | Description |
---|---|---|---|
fromDeveloperId | String |
2.3 |
The id of the developer sending the announcement mail. Only used if
the mailSender attribute is not set. In this case, this
should match the id of one of the developers in the pom. If a
matching developer is not found, then the first developer in the
pom will be used. |
mailSender | MailSender |
2.3 |
Defines the sender of the announcement if the list of developer is
empty or if the sender is not a member of the development team. |
password | String |
2.3 |
The password used to send the email. |
runOnlyAtExecutionRoot | boolean |
2.3 |
This will cause the execution to be run only at the top of a given
module tree. That is, run in the project contained in the same
folder where the mvn execution was launched. Default value is: false . |
sslMode | boolean |
2.3 |
If the email should be sent in SSL mode. Default value is: false . |
username | String |
2.3 |
The username used to send the email. |
java.lang.String
2.1
Yes
${basedir}
java.lang.String
2.3
No
${changes.fromDeveloperId}
java.lang.String
2.1
Yes
text/plain
org.apache.maven.plugin.announcement.MailSender
2.3
No
${changes.mailSender}
java.lang.String
2.3
No
${changes.password}
boolean
2.3
No
${announcement.runOnlyAtExecutionRoot}
false
java.lang.String
2.3
Yes
${changes.smtpHost}
int
2.3
Yes
${changes.smtpPort}
25
boolean
2.3
No
${changes.sslMode}
false
java.lang.String
2.3
Yes
${changes.subject}
[ANNOUNCEMENT] - ${project.name} ${project.version} released
java.lang.String
2.3
Yes
${changes.template}
announcement.vm
java.io.File
2.3
Yes
${project.build.directory}/announcement
java.util.List
2.3
Yes
java.lang.String
2.3
No
${changes.username}