undur / vermilingua-maven-plugin

A maven plugin to build WO applications and frameworks
5 stars 1 forks source link

Write unit tests/integration tests of the build process #5

Closed hugithordarson closed 3 years ago

hugithordarson commented 3 years ago

Find out how, then do.

paulhoadley commented 3 years ago

As mentioned on Slack, I've done this in another plug-in project using com.soebes.itf.jupiter.extension.itf-maven-plugin. Where by "done this" I mean "done the absolute bare minimum to prove the concept". I'd be happy to take a look at getting something working for this project.

hugithordarson commented 3 years ago

I'd love that!

On a related note I started work yesterday on splitting the "build" part of the plugin away from the "maven plugin" part (which is why it looks a little wonky at the moment), partly to make the build process testable without maven and partly because it can probably be considered good design.

paulhoadley commented 3 years ago

I've added a super-trivial integration test in PR #18. See what you think.