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.2.jar download
maven-announcement-plugin-1.2.pom download
Apache Maven
<dependency>
  <groupId>maven</groupId>
  <artifactId>maven-announcement-plugin</artifactId>
  <version>1.2</version>
</dependency>
Gradle Groovy
implementation 'maven:maven-announcement-plugin:1.2'
Gradle Kotlin
implementation("maven:maven-announcement-plugin:1.2")
Scala SBT
libraryDependencies += "maven" % "maven-announcement-plugin" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='maven', module='maven-announcement-plugin', version='1.2')
)
Apache Ivy
<dependency org="maven" name="maven-announcement-plugin" rev="1.2" />
Leiningen
[maven/maven-announcement-plugin "1.2"]
Apache Buildr
'maven:maven-announcement-plugin:jar:1.2'