Ensure that only the lite tests are run, even if all tests have been compiled
This commit is contained in:
parent
a4022f8931
commit
5bf536169e
@ -152,6 +152,14 @@
|
||||
</testIncludes>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<configuration>
|
||||
<includes>
|
||||
<include>**/LiteTest.java</include>
|
||||
</includes>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<configuration>
|
||||
|
Loading…
Reference in New Issue
Block a user