MVN

com.soebes.maven.plugins : iterator-maven-plugin

Maven & Gradle

Aug 08, 2017
31 stars

The Iterator Maven Plugin. · The idea is to execute other plugins multiple times based on a list of items which will be iterated over. Or invoke a separate maven instance based on the a list of elements.

<plugin>
    <groupId>com.soebes.maven.plugins</groupId>
    <artifactId>iterator-maven-plugin</artifactId>
    <version>0.5.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.5.1

All Versions

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

Version Vulnerabilities Updated
0.5.x
iterator-maven-plugin-0.5.1
iterator-maven-plugin-0.5.0
0.4
iterator-maven-plugin-0.4
0.3
iterator-maven-plugin-0.3
0.2
iterator-maven-plugin-0.2
0.1.x
iterator-maven-plugin-0.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>com.soebes.maven.plugins</groupId>
    <artifactId>iterator-maven-plugin</artifactId>
    <version>0.5.1</version>
</plugin>