MVN

com.github.jezza : simplified-reactor-plugin

Maven & Gradle

Aug 28, 2020
0 stars

Simplified Reactor Plugin · Makes dealing with the reactor system easier. Simply declare a "reactor.children" property, with the path to the children, and this plugin will take care of the rest.

<plugin>
    <groupId>com.github.jezza</groupId>
    <artifactId>simplified-reactor-plugin</artifactId>
    <version>0.6</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.jezza : simplified-reactor-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.6

All Versions

Choose a version of com.github.jezza : simplified-reactor-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.6
simplified-reactor-plugin-0.6
0.5
simplified-reactor-plugin-0.5
0.4
simplified-reactor-plugin-0.4
0.3
simplified-reactor-plugin-0.3
0.1
simplified-reactor-plugin-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.github.jezza</groupId>
    <artifactId>simplified-reactor-plugin</artifactId>
    <version>0.6</version>
</plugin>

Advertisement