What is maven compiler plugin and maven surefire?

Those are two different plugins. maven-compiler-plugin, as its name suggests, handles compiling your code. maven-surefire-plugin handles [unit] test execution and failing the build process if there are test failures.

Sizin İçin Seçtik  How do I set main class in manifest?

Leave a Reply

Your email address will not be published. Required fields are marked *