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.codeages</groupId>
<artifactId>generate-bin</artifactId>
<version>1.0.3-RELEASE</version>
</plugin>
Choose a version of com.codeages : generate-bin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
generate-bin-1.0.3-RELEASE
|
||
generate-bin-1.0.2-RELEASE
|
|||
generate-bin-1.0.1-RELEASE
|
|||
generate-bin-1.0.0-RELEASE
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.codeages</groupId>
<artifactId>generate-bin</artifactId>
<version>1.0.3-RELEASE</version>
</plugin>
Advertisement