MVN

io.wcm.caravan.maven.plugins : hal-docs-maven-plugin

Maven & Gradle

Jul 25, 2015
1 stars

HAL Documentation Maven Plugin · Generates API service documenation and JSON Schema files for HAL- and JAX-RS based RESTful services.

<plugin>
    <groupId>io.wcm.caravan.maven.plugins</groupId>
    <artifactId>hal-docs-maven-plugin</artifactId>
    <version>0.5.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.wcm.caravan.maven.plugins : hal-docs-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.5.0

All Versions

Choose a version of io.wcm.caravan.maven.plugins : hal-docs-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.5.x
hal-docs-maven-plugin-0.5.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>io.wcm.caravan.maven.plugins</groupId>
    <artifactId>hal-docs-maven-plugin</artifactId>
    <version>0.5.0</version>
</plugin>