MVN

com.github.peterwippermann.maven : changelog-buildbreaker-maven-plugin

Maven & Gradle

Jan 09, 2018
0 stars

Changelog Buildbreaker Maven Plugin · Changelogs should be in sync with the corresponding release. It is confusing for your users if the changelog does not reflect the latest changes. An obvious mistake are changes in your changelog tagged as "unreleased". This Maven plugin checks that there are no more unreleased changes in your changelog and breaks the release build otherwise. Your changelog is expected to follow the format proposed by keepachangelog.com.

<plugin>
    <groupId>com.github.peterwippermann.maven</groupId>
    <artifactId>changelog-buildbreaker-maven-plugin</artifactId>
    <version>0.1.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.peterwippermann.maven : changelog-buildbreaker-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.1.2

All Versions

Choose a version of com.github.peterwippermann.maven : changelog-buildbreaker-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
changelog-buildbreaker-maven-plugin-0.1.2
changelog-buildbreaker-maven-plugin-0.1.1
changelog-buildbreaker-maven-plugin-0.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>com.github.peterwippermann.maven</groupId>
    <artifactId>changelog-buildbreaker-maven-plugin</artifactId>
    <version>0.1.2</version>
</plugin>