How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.tkit.maven</groupId>
<artifactId>tkit-docs-quarkus-plugin</artifactId>
<version>0.0.0</version>
</plugin>
Choose a version of org.tkit.maven : tkit-docs-quarkus-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.0.x |
tkit-docs-quarkus-plugin-0.0.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.tkit.maven</groupId>
<artifactId>tkit-docs-quarkus-plugin</artifactId>
<version>0.0.0</version>
</plugin>
Advertisement