MVN

com.github.zg2pro : unpack-core-plugin

Maven & Gradle

Jul 02, 2021
1 stars

unpack core plugin · it's very useful when wanting to cheat jacoco and take advantage of classes from neighbor modules in multi modules projects

<plugin>
    <groupId>com.github.zg2pro</groupId>
    <artifactId>unpack-core-plugin</artifactId>
    <version>0.0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.zg2pro : unpack-core-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.0.1

All Versions

Choose a version of com.github.zg2pro : unpack-core-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
unpack-core-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.github.zg2pro</groupId>
    <artifactId>unpack-core-plugin</artifactId>
    <version>0.0.1</version>
</plugin>