< prev index next > core/tests/pom.xml
Print this page
<test.includes.default>**/Test*.java,**/*Test.java,**/*TestCase.java</test.includes.default>
<test.excludes.default>**/*$*</test.excludes.default>
<fail.if.no.tests>true</fail.if.no.tests>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
+ <spotless.config.path>${basedir}/../../configuration/ide/eclipse/formatting/formatting.xml</spotless.config.path>
</properties>
<profiles>
<profile>
<id>TestIncludesDefined</id>
<activation>
< prev index next >