Overview When developing Java applications with Maven, you need to package and deploy them many times. Most commonly,...
How to Run Maven Test on Specific package/directory
Recently, I ran into a problem with the Jenkins pipeline. Specifically, the Maven tests take too much time to run. I ...