MVN

org.kuali.maven.plugins : maven-scm-plugin

Maven & Gradle

Jul 18, 2011

Maven SCM Plugin · Kuali version of the maven-scm-plugin that supports removing files from SCM. The 1.6-SNAPSHOT version of the maven-scm-plugin at Apache has this ability but their 1.6-SNAPSHOT version hasn't been released yet. As soon as they do, the Kuali version of this plugin can be abandoned in favor of the one from Apache

<plugin>
    <groupId>org.kuali.maven.plugins</groupId>
    <artifactId>maven-scm-plugin</artifactId>
    <version>1.6</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kuali.maven.plugins : maven-scm-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.6

All Versions

Choose a version of org.kuali.maven.plugins : maven-scm-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.6
maven-scm-plugin-1.6
1.5
maven-scm-plugin-1.5

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.kuali.maven.plugins</groupId>
    <artifactId>maven-scm-plugin</artifactId>
    <version>1.6</version>
</plugin>