phoenixnap / springmvc-raml-plugin

Spring MVC - RAML Spec Synchroniser Plugin. A Maven plugin designed to Generate Server & Client code in Spring from a RAML API descriptor and conversely, a RAML API document from the SpringMVC Server implementation.
Apache License 2.0
136 stars 84 forks source link

Gradle support: Refactor configuration #295

Open tburny opened 5 years ago

tburny commented 5 years ago

Refactors the configuratio to be more maven-independent by splitting things apart. I added some explanations in the commits to make things easier, where a typically a commit is the result of one or two refactorings at most.

I tried to do small steps which can be verified easily. Each increment still passes all tests from mvn test.