We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
<plugin> <groupId>io.swagger</groupId> <artifactId>swaggerhub-maven-plugin</artifactId> <version>1.0.8</version> <executions> <execution> <phase>deploy</phase> <goals> <goal>upload</goal> </goals> <configuration> <api>demo-apigee</api> <owner>Digital-Retail</owner> <version>0.2</version> <inputFile>sunil/demo-apigee-01.json</inputFile> <token>123xyz</token> <host>api-governance-corp.falabella.com</host> <uploadType>inputFile</uploadType> <basepath>v1</basepath> </configuration> </execution> </executions> </plugin>
The text was updated successfully, but these errors were encountered:
I managed to get this working correctly by moving the configuration for upload out of the executions block.
Everything worked as expected after this
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: