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.cloudimpl</groupId>
<artifactId>code-generator</artifactId>
<version>2.0.0.39</version>
</plugin>
Choose a version of com.cloudimpl : code-generator to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0.x |
code-generator-2.0.0.39
|
||
code-generator-2.0.0.37
|
|||
code-generator-2.0.0.35
|
|||
code-generator-2.0.0.24
|
|||
code-generator-2.0.0.20
|
|||
code-generator-2.0.0
|
|||
code-generator-2.0.0.12
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.cloudimpl</groupId>
<artifactId>code-generator</artifactId>
<version>2.0.0.39</version>
</plugin>
Advertisement