MVN

eu.lundegaard.maven : selective-build-maven-plugin

Maven & Gradle

Oct 21, 2019
1 stars

This plugin allows to build only submodules that contain changes. For bigger monorepo project this might speed the build speed dramatically.

<plugin>
    <groupId>eu.lundegaard.maven</groupId>
    <artifactId>selective-build-maven-plugin</artifactId>
    <version>0.7.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.lundegaard.maven : selective-build-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.7.0

All Versions

Choose a version of eu.lundegaard.maven : selective-build-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.7.x
selective-build-maven-plugin-0.7.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>eu.lundegaard.maven</groupId>
    <artifactId>selective-build-maven-plugin</artifactId>
    <version>0.7.0</version>
</plugin>

Advertisement