spotify / fmt-maven-plugin

Opinionated Maven Plugin that formats your Java code.
MIT License
326 stars 62 forks source link

integration test using maven-invoker-plugin #145

Closed danielnorberg closed 2 years ago

danielnorberg commented 2 years ago

Run integration tests using the maven-invoker-plugin, exercising the fmt-maven-plugin as a maven plugin.

danielnorberg commented 2 years ago

If we wanted to we could move/duplicate more of the verification logic that's in the unit tests to be executed as part of the integration tests, but then it seem we have to write a lot of groovy scripts.