MVN

com.nlocketz.plugins : plugin-repeater-maven-plugin

Maven & Gradle

May 22, 2022
2 stars

plugin-repeater-maven-plugin Maven Plugin · A Maven plugin that repeats a plugin while replacing placeholder variables. Used to reduce duplication within the POM.

<plugin>
    <groupId>com.nlocketz.plugins</groupId>
    <artifactId>plugin-repeater-maven-plugin</artifactId>
    <version>0.0.13</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.nlocketz.plugins : plugin-repeater-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.0.13

All Versions

Choose a version of com.nlocketz.plugins : plugin-repeater-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
plugin-repeater-maven-plugin-0.0.13
plugin-repeater-maven-plugin-0.0.7
plugin-repeater-maven-plugin-0.0.6
plugin-repeater-maven-plugin-0.0.5
plugin-repeater-maven-plugin-0.0.4
plugin-repeater-maven-plugin-0.0.3
plugin-repeater-maven-plugin-0.0.2
plugin-repeater-maven-plugin-0.0.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.nlocketz.plugins</groupId>
    <artifactId>plugin-repeater-maven-plugin</artifactId>
    <version>0.0.13</version>
</plugin>