MVN

org.codehaus.mojo : scmchangelog-maven-plugin

Maven & Gradle

Sep 22, 2009

Maven SCM Changelog Reporter · Simple Reporter that creates a changelog report using comments and tags from the SCM.

<plugin>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>scmchangelog-maven-plugin</artifactId>
    <version>1.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.mojo : scmchangelog-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.3

All Versions

Choose a version of org.codehaus.mojo : scmchangelog-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3
scmchangelog-maven-plugin-1.3
1.2
scmchangelog-maven-plugin-1.2
1.1
scmchangelog-maven-plugin-1.1
1.0
scmchangelog-maven-plugin-1.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>scmchangelog-maven-plugin</artifactId>
    <version>1.3</version>
</plugin>