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.segator</groupId>
<artifactId>jbinary-maven-plugin</artifactId>
<version>1.0.10</version>
</plugin>
Choose a version of com.github.segator : jbinary-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
jbinary-maven-plugin-1.0.10
|
||
jbinary-maven-plugin-1.0.8
|
|||
jbinary-maven-plugin-1.0.7
|
|||
jbinary-maven-plugin-1.0.6
|
|||
jbinary-maven-plugin-1.0.5
|
|||
jbinary-maven-plugin-1.0.4
|
|||
jbinary-maven-plugin-1.0.3
|
|||
jbinary-maven-plugin-1.0.2
|
|||
jbinary-maven-plugin-1.0.1
|
|||
jbinary-maven-plugin-1.0.0
|
|||
jbinary-maven-plugin-1.0.0-RC1
|
|||
0.0.x |
jbinary-maven-plugin-0.0.1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.github.segator</groupId>
<artifactId>jbinary-maven-plugin</artifactId>
<version>1.0.10</version>
</plugin>
Advertisement