swaggerhub-maven-plugin
swaggerhub-maven-plugin copied to clipboard
A simple maven plugin to access SwaggerHub hosting of OpenAPI/Swagger from a maven build process.
Hi, Am trying to do upload of my proxy to private api governance. But its not uploading. Below is the configuration in the pom.xml: ``` io.swagger swaggerhub-maven-plugin 1.0.8 deploy upload...
I seems that the plugin doesn't support uploading to a specific project. If the api/domain already exist, it is properly updated in its project but if it doesn't exist yet,...
We now upload new spec automatically on master build, but it is of little use when we have to manually set it as the default version for it to effectively...
We have wrapped swaggerhub-maven-plugin to provide the following goals for our organization: - syncFile - syncDirectory - get (similar to download) This gives us 2 benefits for us; 1. default...
running: ```mvn generate-resources``` and get the below... Caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
I've started using domains in my APIs but this tool cannot upload or download them
My OAS3 spec references a domain - when downloading I would like to get that resolved in the same way as the "Export/Download API/JSON/YAML Resolved" menu actions in SwaggerHub
When specifying configuration to upload a definition to an on-prem SwaggerHub instance with an incorrect base path, the upload is logged as successful. When verifying in SwaggerHub, the API is...
Neither goal is mapped to a default lifecycle phase so one has to be explicitly defined in the configuration. Each goal should have a sensible default lifecycle phase.