Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/catalysts/swagger-jaxrs-maven-plugin
A thin wrapper allowing swagger-jaxrs spec file generation via a maven goal
https://github.com/catalysts/swagger-jaxrs-maven-plugin
Last synced: 18 days ago
JSON representation
A thin wrapper allowing swagger-jaxrs spec file generation via a maven goal
- Host: GitHub
- URL: https://github.com/catalysts/swagger-jaxrs-maven-plugin
- Owner: Catalysts
- License: mit
- Created: 2016-04-28T13:15:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-12T08:37:13.000Z (over 8 years ago)
- Last Synced: 2024-04-14T12:15:18.642Z (9 months ago)
- Language: Java
- Size: 18.6 KB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# swagger-jaxrs-maven-plugin
This maven plugin allows you to generate a swagger specification file via a maven goal.
It is only a thin wrapper around the swagger-jaxrs library, and uses its reader implementation.
For this reason please report any generation specific issues to the
[swagger-core issue tracker](https://github.com/swagger-api/swagger-core/issues) directly.## Example usage
This is an example xml which shows a possible usage for using the swagger api.
It lists all possible configuration options with its default values:```xml
4.0.0
swagger-jaxrs usage example
cc.catalysts
swagger-jaxrs-demo1.0.0-SNAPSHOT
cc.catalysts
swagger-jaxrs-maven-plugin
1.0.0
${project.build.directory}/generated-resources/swagger-jaxrs
json,yaml
false
cc.catalysts
swagger-jaxrs-demo-api
1.0.0
generate-resources
swagger-jaxrs
```
## License
[MIT](https://opensource.org/licenses/MIT)