How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>kr.motd.maven</groupId>
<artifactId>sphinx-maven-plugin</artifactId>
<version>2.10.0</version>
</plugin>
Choose a version of kr.motd.maven : sphinx-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.10.x |
sphinx-maven-plugin-2.10.0
|
||
2.9.x |
sphinx-maven-plugin-2.9.0
|
||
2.8.x |
sphinx-maven-plugin-2.8.0
|
||
2.7.x |
sphinx-maven-plugin-2.7.0
|
||
2.6.x |
sphinx-maven-plugin-2.6.0
|
||
2.5.x |
sphinx-maven-plugin-2.5.0
|
||
2.4.x |
sphinx-maven-plugin-2.4.0
|
||
2.3.x |
sphinx-maven-plugin-2.3.1
|
||
sphinx-maven-plugin-2.3.0
|
|||
2.2.x |
sphinx-maven-plugin-2.2.3
|
||
sphinx-maven-plugin-2.2.2
|
|||
sphinx-maven-plugin-2.2.1
|
|||
sphinx-maven-plugin-2.2.0
|
|||
2.1.x |
sphinx-maven-plugin-2.1.0
|
||
2.0.x |
sphinx-maven-plugin-2.0.2
|
||
sphinx-maven-plugin-2.0.1
|
|||
sphinx-maven-plugin-2.0.0
|
|||
1.7.x |
sphinx-maven-plugin-1.7.0
|
||
1.6.x |
sphinx-maven-plugin-1.6.2
|
||
sphinx-maven-plugin-1.6.1
|
|||
sphinx-maven-plugin-1.6.0
|
|||
1.5.x |
sphinx-maven-plugin-1.5.3.Final
|
||
sphinx-maven-plugin-1.5.2.Final
|
|||
sphinx-maven-plugin-1.5.1.Final
|
|||
sphinx-maven-plugin-1.5.0.Final
|
|||
1.4.x |
sphinx-maven-plugin-1.4.0.Final
|
||
1.3.x |
sphinx-maven-plugin-1.3.1.Final
|
||
sphinx-maven-plugin-1.3.0.Final
|
|||
1.2.x |
sphinx-maven-plugin-1.2.1.Final
|
||
sphinx-maven-plugin-1.2.0.Final
|
|||
1.1.x |
sphinx-maven-plugin-1.1.0.Final
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>kr.motd.maven</groupId>
<artifactId>sphinx-maven-plugin</artifactId>
<version>2.10.0</version>
</plugin>
Advertisement