Maven Surefire Plugin Jenkins
Maven Surefire Plugin Jenkins When Maven runs tests in a project, it automatically generates XML-based test reports in a directory called surefire-reports in the target under the project directory. To install the Maven Surefire plugin, we can add the plugin information to the Maven pom.xml file. Sample file with Surefire <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> […]