MVN

org.wisdom-framework : wisdom-raml-maven-plugin

Maven & Gradle

Feb 15, 2017

wisdom-raml-maven-plugin · A maven plugin based on the wisdom framework which parse the wisdom Controller and Model to create a raml doc file.

<plugin>
    <groupId>org.wisdom-framework</groupId>
    <artifactId>wisdom-raml-maven-plugin</artifactId>
    <version>0.10.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.10.0

All Versions

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

Version Vulnerabilities Updated
0.10.x
wisdom-raml-maven-plugin-0.10.0
0.9.x
wisdom-raml-maven-plugin-0.9.1
wisdom-raml-maven-plugin-0.9.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>org.wisdom-framework</groupId>
    <artifactId>wisdom-raml-maven-plugin</artifactId>
    <version>0.10.0</version>
</plugin>