m

maven-changes-plugin

Creates a release history for inclusion into the site and assists in generating an announcement mail.
Johnny Ruiz III Allan Ramirez Dennis Lundberg
Files download
File Operation
maven-changes-plugin-2.5.jar download
maven-changes-plugin-2.5.pom download
maven-changes-plugin-2.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-changes-plugin</artifactId>
  <version>2.5</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.apache.maven.plugins:maven-changes-plugin:2.5'
Gradle Kotlin
implementation("org.apache.maven.plugins:maven-changes-plugin:2.5")
Scala SBT
libraryDependencies += "org.apache.maven.plugins" % "maven-changes-plugin" % "2.5"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.maven.plugins', module='maven-changes-plugin', version='2.5')
)
Apache Ivy
<dependency org="org.apache.maven.plugins" name="maven-changes-plugin" rev="2.5" />
Leiningen
[org.apache.maven.plugins/maven-changes-plugin "2.5"]
Apache Buildr
'org.apache.maven.plugins:maven-changes-plugin:jar:2.5'
Dependencies
<parent>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-plugins</artifactId>
  <version>20</version>
</parent>

compile

|-- org.apache.maven:maven-core:2.2.1

|-- org.apache.maven:maven-artifact:2.2.1

|-- org.apache.maven:maven-model:2.2.1

|-- org.apache.maven:maven-plugin-api:2.2.1

|-- org.apache.maven:maven-project:2.2.1

|-- org.apache.maven:maven-settings:2.2.1

|-- org.apache.maven.reporting:maven-reporting-api:3.0

|-- org.apache.maven.reporting:maven-reporting-impl:2.0.5

|-- org.apache.maven.shared:maven-filtering:1.0

|-- org.codehaus.plexus:plexus-interpolation:1.12

|-- org.codehaus.plexus:plexus-container-default:1.0-alpha-9-stable-1

|-- org.codehaus.plexus:plexus-mail-sender-api:1.0-alpha-7

|-- org.codehaus.plexus:plexus-mail-sender-javamail:1.0-alpha-7

|-- org.codehaus.plexus:plexus-mail-sender-simple:1.0-alpha-7

|-- org.codehaus.plexus:plexus-i18n:1.0-beta-7

|-- org.codehaus.plexus:plexus-utils:2.0.5

|-- org.codehaus.plexus:plexus-velocity:1.1.7

|-- commons-collections:commons-collections:3.0

|-- commons-httpclient:commons-httpclient:3.0.1

|-- commons-io:commons-io:1.4

|-- commons-lang:commons-lang:2.1

|-- commons-logging:commons-logging:1.1.1

|-- org.apache.maven.doxia:doxia-core:1.2

|-- org.apache.maven.doxia:doxia-module-xhtml:1.2

|-- org.apache.maven.doxia:doxia-sink-api:1.2

|-- org.apache.maven.doxia:doxia-decoration-model:1.2

|-- org.apache.maven.doxia:doxia-site-renderer:1.2

|-- org.apache.velocity:velocity:1.5

|-- xml-apis:xml-apis:1.3.04

|-- xerces:xercesImpl:2.9.1

|-- org.apache.xmlrpc:xmlrpc-client:3.0

test

|-- junit:junit:3.8.2

|-- org.apache.maven.plugin-testing:maven-plugin-testing-harness:1.2