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.holoeverywhere</groupId>
<artifactId>resbuilder</artifactId>
<version>2.1.1</version>
</plugin>
Choose a version of org.holoeverywhere : resbuilder to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.1.x |
resbuilder-2.1.1
|
||
resbuilder-2.1.0
|
|||
2.0.x |
resbuilder-2.0.0
|
||
1.5.x |
resbuilder-1.5.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.holoeverywhere</groupId>
<artifactId>resbuilder</artifactId>
<version>2.1.1</version>
</plugin>
Advertisement