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.dmlloyd.module-info</groupId>
<artifactId>module-info</artifactId>
<version>2.1</version>
</plugin>
Choose a version of io.github.dmlloyd.module-info : module-info to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.1 |
module-info-2.1
|
||
2.0 |
module-info-2.0
|
||
1.2 |
module-info-1.2
|
||
1.1 |
module-info-1.1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>io.github.dmlloyd.module-info</groupId>
<artifactId>module-info</artifactId>
<version>2.1</version>
</plugin>
Advertisement