Explicitly list all Java lite runtime tests (and exclude those depending

TestUtil which transitively depend on the full runtime).
pull/118/head
Feng Xiao 10 years ago
parent a451681937
commit 77931993f4
  1. 6
      java/pom.xml

@ -198,8 +198,10 @@
<include>**/WireFormat.java</include> <include>**/WireFormat.java</include>
</includes> </includes>
<testIncludes> <testIncludes>
<testInclude>**/**LiteTest.java</testInclude>
<testInclude>**/*Lite.java</testInclude> <testInclude>**/*Lite.java</testInclude>
<testInclude>**/LazyMessageLiteTest.java</testInclude>
<testInclude>**/LiteTest.java</testInclude>
<testInclude>**/UnknownFieldSetLiteTest.java</testInclude>
</testIncludes> </testIncludes>
</configuration> </configuration>
</plugin> </plugin>
@ -207,7 +209,7 @@
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
<configuration> <configuration>
<includes> <includes>
<include>**/**LiteTest.java</include> <include>**/*Test.java</include>
</includes> </includes>
</configuration> </configuration>
</plugin> </plugin>

Loading…
Cancel
Save