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.neo4j.build.plugins</groupId>
<artifactId>docs-maven-plugin</artifactId>
<version>5</version>
</plugin>
Choose a version of org.neo4j.build.plugins : docs-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
5 |
docs-maven-plugin-5
|
||
4 |
docs-maven-plugin-4
|
||
3 |
docs-maven-plugin-3
|
||
2 |
docs-maven-plugin-2
|
||
1 |
docs-maven-plugin-1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.neo4j.build.plugins</groupId>
<artifactId>docs-maven-plugin</artifactId>
<version>5</version>
</plugin>
Advertisement