MVN

io.github.ghackenberg : jigsaw-maven-plugin

Maven & Gradle

Nov 30, 2022
4 stars

Maven Java Platform Module System (JPMS) Plugin · Plugin to simplify software linking and packaging on top of the Java Platform Module system (JPMS).

<plugin>
    <groupId>io.github.ghackenberg</groupId>
    <artifactId>jigsaw-maven-plugin</artifactId>
    <version>1.1.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.ghackenberg : jigsaw-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1.3

All Versions

Choose a version of io.github.ghackenberg : jigsaw-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
jigsaw-maven-plugin-1.1.3
jigsaw-maven-plugin-1.1.2
jigsaw-maven-plugin-1.1.1
jigsaw-maven-plugin-1.1.0
1.0.x
jigsaw-maven-plugin-1.0.2
jigsaw-maven-plugin-1.0.1
jigsaw-maven-plugin-1.0.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>io.github.ghackenberg</groupId>
    <artifactId>jigsaw-maven-plugin</artifactId>
    <version>1.1.3</version>
</plugin>

Advertisement