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.antonsjava</groupId>
<artifactId>sb-splitter-plugin</artifactId>
<version>1.5</version>
</plugin>
Choose a version of io.github.antonsjava : sb-splitter-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.5 |
sb-splitter-plugin-1.5
|
||
1.4 |
sb-splitter-plugin-1.4
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>io.github.antonsjava</groupId>
<artifactId>sb-splitter-plugin</artifactId>
<version>1.5</version>
</plugin>
Advertisement