MVN

org.neo4j.build.plugins : docs-maven-plugin

Maven & Gradle

Mar 01, 2012
2 stars

Neo4j documentation assembler · Tool to filter and package documentation files, including executing a documentation-generating test and then install the assembled docs in the local repo.

<plugin>
    <groupId>org.neo4j.build.plugins</groupId>
    <artifactId>docs-maven-plugin</artifactId>
    <version>5</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.neo4j.build.plugins : docs-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 5

All Versions

Choose a version of org.neo4j.build.plugins : docs-maven-plugin to add to Maven - All 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

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>