MVN

com.bluetrainsoftware.maven : branch-check-maven-plugin

Maven & Gradle

Nov 21, 2015
1 stars

Maven plugin for branch checks · This plugin is designed to force the current branch to track the changes from another branch and fail if there are differences.

<plugin>
    <groupId>com.bluetrainsoftware.maven</groupId>
    <artifactId>branch-check-maven-plugin</artifactId>
    <version>1.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.bluetrainsoftware.maven : branch-check-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.3

All Versions

Choose a version of com.bluetrainsoftware.maven : branch-check-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3
branch-check-maven-plugin-1.3
1.2
branch-check-maven-plugin-1.2
1.1
branch-check-maven-plugin-1.1

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.bluetrainsoftware.maven</groupId>
    <artifactId>branch-check-maven-plugin</artifactId>
    <version>1.3</version>
</plugin>