swagger-api / swagger-codegen

swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition.
http://swagger.io
Apache License 2.0
16.94k stars 6.03k forks source link

Publish fat jar #106

Closed fehguy closed 10 years ago

fehguy commented 10 years ago

to avoid requiring scala as a runtime dependency, and for those who don't use maven, we should publish a fat jar which can be used from the command-line with only Java as a dependency.

dtshepherd commented 10 years ago

Did you ever publish the fat jar somewhere? We don't use maven so it's easiest if I provide the fat jar to our clients to generate their java/python/ruby clients for our API. It is easy to require them to have java but requiring a specific scala runtime and its dependencies gets to be complicated...

fehguy commented 10 years ago

I'm a bad person--I did not. But I just did now:

https://oss.sonatype.org/content/repositories/releases/com/wordnik/swagger-codegen_2.10.0/2.0.13/