MVN

org.raml.plugins : jaxrs-raml-maven-plugin

Maven & Gradle

Dec 21, 2015
294 stars

JAX-RS RAML Maven Plug-in · RAML JAXRS

<plugin>
    <groupId>org.raml.plugins</groupId>
    <artifactId>jaxrs-raml-maven-plugin</artifactId>
    <version>1.3.4</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.raml.plugins : jaxrs-raml-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.3.4

All Versions

Choose a version of org.raml.plugins : jaxrs-raml-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3.x
jaxrs-raml-maven-plugin-1.3.4
jaxrs-raml-maven-plugin-1.3.3

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.raml.plugins</groupId>
    <artifactId>jaxrs-raml-maven-plugin</artifactId>
    <version>1.3.4</version>
</plugin>

Advertisement