MVN

ru.gladorange : oas-gen-maven-plugin

Maven & Gradle

Feb 16, 2018
0 stars

oas-gen-maven-plugin · This is a maven plugin which allows you to generate OpenApiSpecification v3 (Also known as Swagger) for JAX-RS resources during your build. It allows to generate multiples *.yaml files for different resource packages.

<plugin>
    <groupId>ru.gladorange</groupId>
    <artifactId>oas-gen-maven-plugin</artifactId>
    <version>1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.gladorange : oas-gen-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of ru.gladorange : oas-gen-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
oas-gen-maven-plugin-1.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>ru.gladorange</groupId>
    <artifactId>oas-gen-maven-plugin</artifactId>
    <version>1.0</version>
</plugin>