Maven plugin which generates a report of the differences between two APIs written in OpenAPI (versions 1.0 and 2.0).
Very handy when you need to generate a changelog readable by humans and deploy it along your maven artifact :)
mvn fr.laposte.dsibr.maven.plugins:swagger-diff-maven-plugin:help -Ddetail=true -Dgoal=diff
This plugin uses the swagger-diff library by @Sayi.