Setting the test-utils' type to test-jar, such that the multi-module build uses testClasses instead of classes as a directory dependency.
This commit is contained in:
parent
f968b8a58b
commit
9ca3004fc3
|
|
@ -45,6 +45,7 @@
|
|||
<artifactId>sting-utils</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<classifier>test-utils</classifier>
|
||||
<type>test-jar</type>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
|
|
@ -53,6 +54,7 @@
|
|||
<artifactId>gatk-framework</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<classifier>test-utils</classifier>
|
||||
<type>test-jar</type>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
|
|
|
|||
|
|
@ -50,6 +50,7 @@
|
|||
<artifactId>sting-utils</artifactId>
|
||||
<version>${sting.version}</version>
|
||||
<classifier>test-utils</classifier>
|
||||
<type>test-jar</type>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
|
|
@ -58,6 +59,7 @@
|
|||
<artifactId>gatk-framework</artifactId>
|
||||
<version>${sting.version}</version>
|
||||
<classifier>test-utils</classifier>
|
||||
<type>test-jar</type>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@
|
|||
<artifactId>sting-utils</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<classifier>test-utils</classifier>
|
||||
<type>test-jar</type>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
|
|
|
|||
|
|
@ -52,6 +52,7 @@
|
|||
<artifactId>gatk-framework</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<classifier>test-utils</classifier>
|
||||
<type>test-jar</type>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
|
|
|
|||
|
|
@ -67,6 +67,7 @@
|
|||
<artifactId>gatk-framework</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<classifier>test-utils</classifier>
|
||||
<type>test-jar</type>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue