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.github.phasebash</groupId>
<artifactId>jsdoc3-maven-plugin</artifactId>
<version>1.0.7</version>
</plugin>
Choose a version of com.github.phasebash : jsdoc3-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
jsdoc3-maven-plugin-1.0.7
|
||
jsdoc3-maven-plugin-1.0.6
|
|||
jsdoc3-maven-plugin-1.0.5
|
|||
jsdoc3-maven-plugin-1.0.4
|
|||
jsdoc3-maven-plugin-1.0.3
|
|||
jsdoc3-maven-plugin-1.0.2
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.github.phasebash</groupId>
<artifactId>jsdoc3-maven-plugin</artifactId>
<version>1.0.7</version>
</plugin>
Advertisement