Package: icb-utils / 2.0.1+git20161002.afee1d9-5

specify_test_path_to_maven.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Specifying the path of the tests, which is not default one
Author: Pierre Gruet <pgt@debian.org>
Forwarded: https://github.com/CampagneLaboratory/icb-utils/issues/1
Last-Update: 2020-08-29

--- a/pom.xml
+++ b/pom.xml
@@ -61,6 +61,7 @@
 
     <build>
         <sourceDirectory>./src</sourceDirectory>
+        <testSourceDirectory>./test-src</testSourceDirectory>
         <plugins>
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>