1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: no need to compile the tests during the compile step.
Author: Pierre Gruet <pgt@debian.org>
Forwarded: not-needed
Last-Update: 2022-02-18
--- a/pom.xml
+++ b/pom.xml
@@ -118,6 +118,9 @@
<encoding>ISO-8859-1</encoding>
<showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings>
+ <excludes>
+ <exclude>**/snpsift/testCases/**</exclude>
+ </excludes>
</configuration>
</plugin>
<plugin>
|