r

rfmm-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.
http://stephenc.github.com/rfmm-maven-plugin
The Apache Software License, Version 2.0
Stephen Connolly
Files download
File Operation
rfmm-maven-plugin-1.0.jar download
rfmm-maven-plugin-1.0.pom download
rfmm-maven-plugin-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.stephenc.maven</groupId>
  <artifactId>rfmm-maven-plugin</artifactId>
  <version>1.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'io.github.stephenc.maven:rfmm-maven-plugin:1.0'
Gradle Kotlin
implementation("io.github.stephenc.maven:rfmm-maven-plugin:1.0")
Scala SBT
libraryDependencies += "io.github.stephenc.maven" % "rfmm-maven-plugin" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.stephenc.maven', module='rfmm-maven-plugin', version='1.0')
)
Apache Ivy
<dependency org="io.github.stephenc.maven" name="rfmm-maven-plugin" rev="1.0" />
Leiningen
[io.github.stephenc.maven/rfmm-maven-plugin "1.0"]
Apache Buildr
'io.github.stephenc.maven:rfmm-maven-plugin:jar:1.0'