Added statistics with vc reference tests.
Change-Id: I39d4ed88bd39852f66343b503b7103678ff398be
diff --git a/lite/pom.xml b/lite/pom.xml
index 103a225..36996fe 100644
--- a/lite/pom.xml
+++ b/lite/pom.xml
@@ -83,9 +83,9 @@
<forkCount>2</forkCount>
<threadCount>4</threadCount>
<argLine>-Xmx512m -XX:MaxPermSize=256m</argLine>
- <includes>
- <include>de/ids_mannheim/korap/**/*.java</include>
- </includes>
+ <excludes>
+ <exclude>**/VCReferenceTest.java</exclude>>
+ </excludes>
</configuration>
</plugin>
<plugin>