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.choncms</groupId>
<artifactId>chon-generate</artifactId>
<version>1.3</version>
</plugin>
Choose a version of com.choncms : chon-generate to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.3 |
chon-generate-1.3
|
||
1.2 |
chon-generate-1.2
|
||
1.1 |
chon-generate-1.1
|
||
1.0 |
chon-generate-1.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.choncms</groupId>
<artifactId>chon-generate</artifactId>
<version>1.3</version>
</plugin>
Advertisement