m

maven-announcement-plugin

The Announcement plugin generates release announcements. It uses the information found in both the POM and in the changes.xml file to generate the announcement text.
http://maven.apache.org/reference/plugins/announcement/
Vincent Massol Brett Porter
Files download
File Operation
maven-announcement-plugin-1.3.jar download
maven-announcement-plugin-1.3.pom download
Apache Maven
<dependency>
  <groupId>maven</groupId>
  <artifactId>maven-announcement-plugin</artifactId>
  <version>1.3</version>
</dependency>
Gradle Groovy
implementation 'maven:maven-announcement-plugin:1.3'
Gradle Kotlin
implementation("maven:maven-announcement-plugin:1.3")
Scala SBT
libraryDependencies += "maven" % "maven-announcement-plugin" % "1.3"
Groovy Grape
@Grapes(
  @Grab(group='maven', module='maven-announcement-plugin', version='1.3')
)
Apache Ivy
<dependency org="maven" name="maven-announcement-plugin" rev="1.3" />
Leiningen
[maven/maven-announcement-plugin "1.3"]
Apache Buildr
'maven:maven-announcement-plugin:jar:1.3'