DOC

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.

Table Of Contents

Latest Version

Download ru.gladorange : oas-gen-maven-plugin Javadoc & API Documentation - Latest Versions:

All Versions

Download ru.gladorange : oas-gen-maven-plugin Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0

How to open Javadoc JAR file in web browser

  1. Rename the file oas-gen-maven-plugin-1.0-javadoc.jar to oas-gen-maven-plugin-1.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder oas-gen-maven-plugin-1.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "oas-gen-maven-plugin-1.0-sources.jar" -d "oas-gen-maven-plugin-1.0-javadoc" -subpackages