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/maven-1.x/reference/plugins/announcement/
Apache Software Foundation
Vincent Massol Brett Porter Lukas Theussl
文件下载
文件名 操作
maven-announcement-plugin-1.4.jar 下载
maven-announcement-plugin-1.4.pom 下载
Apache Maven
<dependency>
  <groupId>maven</groupId>
  <artifactId>maven-announcement-plugin</artifactId>
  <version>1.4</version>
</dependency>
Gradle Groovy
implementation 'maven:maven-announcement-plugin:1.4'
Gradle Kotlin
implementation("maven:maven-announcement-plugin:1.4")
Scala SBT
libraryDependencies += "maven" % "maven-announcement-plugin" % "1.4"
Groovy Grape
@Grapes(
  @Grab(group='maven', module='maven-announcement-plugin', version='1.4')
)
Apache Ivy
<dependency org="maven" name="maven-announcement-plugin" rev="1.4" />
Leiningen
[maven/maven-announcement-plugin "1.4"]
Apache Buildr
'maven:maven-announcement-plugin:jar:1.4'