MVN

io.github.stephenc.maven : rfmm-maven-plugin

Maven & Gradle

Jan 16, 2014
0 stars

Release From My Machine Maven Plugin · If you have some secret resources that cannot be checked into source control, this plugin will ensure they are picked up when using the maven release plugin.

<plugin>
    <groupId>io.github.stephenc.maven</groupId>
    <artifactId>rfmm-maven-plugin</artifactId>
    <version>1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.stephenc.maven : rfmm-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of io.github.stephenc.maven : rfmm-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
rfmm-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>io.github.stephenc.maven</groupId>
    <artifactId>rfmm-maven-plugin</artifactId>
    <version>1.0</version>
</plugin>

Advertisement