hootsuite / sbt-swagger

SBT plugin for extracting Swagger & JAX-RS (jsr311) annotations from compiled classes into Swagger API models, which are then serialized to JSON for consumption with swagger-ui.
Other
27 stars 6 forks source link

Plugin ClassLoader is only initialized once per SBT session #6

Open jbufu opened 8 years ago

jbufu commented 8 years ago

Running the 'swagger' task from within the SBT console multiple times will not get updated, recompiled classes. Workaround is to quit SBT each time (until the plugin gets smarter about initializing the classloader on each run).