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.sshtools</groupId>
<artifactId>pf4j-plugin-generator</artifactId>
<version>0.1.0</version>
</plugin>
Choose a version of com.sshtools : pf4j-plugin-generator to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.1.x |
pf4j-plugin-generator-0.1.0
|
||
0.0.x |
pf4j-plugin-generator-0.0.7
|
||
pf4j-plugin-generator-0.0.6
|
|||
pf4j-plugin-generator-0.0.5
|
|||
pf4j-plugin-generator-0.0.4
|
|||
pf4j-plugin-generator-0.0.3
|
|||
pf4j-plugin-generator-0.0.2
|
|||
pf4j-plugin-generator-0.0.1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.sshtools</groupId>
<artifactId>pf4j-plugin-generator</artifactId>
<version>0.1.0</version>
</plugin>
Advertisement