All Downloads are FREE. Search and download functionalities are using the official Maven repository.

maven_templates.maven-surefire-plugin.xml Maven / Gradle / Ivy

There is a newer version: 4.4.0
Show newest version
<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-surefire-plugin</artifactId>
    <version>3.1.2</version>
    <configuration>
        <!-- Set the highest log level for coverage testing, so that we
          have a chance to reach branches in the logging lambdas too. -->
        <argLine>-Djava.util.logging.config.file=src/test/resources/logging.properties ${argLine}</argLine>
        <excludedGroups>${test.excludeTags}</excludedGroups>
    </configuration>
</plugin>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy