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