Modernizer Maven Plugin
Today, I'm going to talk about a nice Maven plugin that you can use in your legacy project. It's called Modernizer.
Hi. This is Mihai Surdeanu, a passionate software developer. Pleased to meet you. This is my personal blog. Please let me know if you enjoy it!
Today, I'm going to talk about a nice Maven plugin that you can use in your legacy project. It's called Modernizer.
Checkstyle is a development tool for helping programmers to write java code which follows a coding standard. In addition, is highly configurable and made to support any coding standard. It comes also with some predefined coding standards and is easy to use.
Hello boys & girls,
After a long period without no technical article, today, the time comes for a new one. It’s time to talk about how it’s possible to have multiple test executions using maven-surefire-plugin. First question is why we would like to multiple executions? Why one execution is not enough?