Sayi / swagger-diff

:ski: Compare two swagger API specifications(1.x or v2.0)
http://deepoove.com/swagger-diff/
Apache License 2.0
276 stars 85 forks source link

create an executable jar #42

Closed frascu closed 3 years ago

frascu commented 3 years ago

In order to execute the swagger-diff as a standalone jar, I added the maven assembly plugin that creates an executable jar containing all the dependencies.

Fixes #37