reverted unnecessary declaration for maven-surefire-plugin on common/data where only simple test present (will run by default)
This commit is contained in:
parent
891024f620
commit
2d2bd2c158
@ -119,24 +119,6 @@
|
|||||||
<skip>false</skip>
|
<skip>false</skip>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-surefire-plugin</artifactId>
|
|
||||||
<version>${surfire.version}</version>
|
|
||||||
<configuration>
|
|
||||||
<systemPropertyVariables>
|
|
||||||
<spring.config.name>thingsboard</spring.config.name>
|
|
||||||
</systemPropertyVariables>
|
|
||||||
<excludes>
|
|
||||||
<exclude>**/sql/*Test.java</exclude>
|
|
||||||
<exclude>**/nosql/*Test.java</exclude>
|
|
||||||
</excludes>
|
|
||||||
<includes>
|
|
||||||
<include>**/*Test.java</include>
|
|
||||||
<include>**/*TestSuite.java</include>
|
|
||||||
</includes>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user