Tag: verifier
-
Testing maven plugins with the verifier approach
Maven is a great build tool that has already proven its benefits. But sometimes, you need an extension for a custom task or need. Luckily, Maven is extensible and allows you to write plugins. Now, when implementing a Maven plugin, you generally want to test it as well. If possible, we want do do that…

You must be logged in to post a comment.