فهرست منبع

Explicitly list all Java lite runtime tests (and exclude those depending
TestUtil which transitively depend on the full runtime).

Feng Xiao 11 سال پیش
والد
کامیت
77931993f4
1فایلهای تغییر یافته به همراه4 افزوده شده و 2 حذف شده
  1. 4 2
      java/pom.xml

+ 4 - 2
java/pom.xml

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