MVN

io.featurehub.tooling : maven-openapi-publisher

Maven & Gradle

Jan 28, 2023
292 stars

maven-openapi-publisher · Parses OpenAPI files ready for publishing, stripping out data. See readme.

<plugin>
    <groupId>io.featurehub.tooling</groupId>
    <artifactId>maven-openapi-publisher</artifactId>
    <version>1.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.featurehub.tooling : maven-openapi-publisher to add to Maven - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of io.featurehub.tooling : maven-openapi-publisher to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1
maven-openapi-publisher-1.1

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.featurehub.tooling</groupId>
    <artifactId>maven-openapi-publisher</artifactId>
    <version>1.1</version>
</plugin>

Advertisement