How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.jboss.module-info</groupId>
<artifactId>module-info</artifactId>
<version>1.0.Final</version>
</plugin>
Choose a version of org.jboss.module-info : module-info to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
module-info-1.0.Final
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.jboss.module-info</groupId>
<artifactId>module-info</artifactId>
<version>1.0.Final</version>
</plugin>
Advertisement