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:
Khalid Shakir 2014-02-01 04:02:46 +08:00 committed by David Roazen
parent f968b8a58b
commit 9ca3004fc3
5 changed files with 7 additions and 0 deletions

View File

@ -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>

View File

@ -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>

View File

@ -31,6 +31,7 @@
<artifactId>sting-utils</artifactId>
<version>${project.version}</version>
<classifier>test-utils</classifier>
<type>test-jar</type>
<scope>test</scope>
</dependency>

View File

@ -52,6 +52,7 @@
<artifactId>gatk-framework</artifactId>
<version>${project.version}</version>
<classifier>test-utils</classifier>
<type>test-jar</type>
<scope>test</scope>
</dependency>

View File

@ -67,6 +67,7 @@
<artifactId>gatk-framework</artifactId>
<version>${project.version}</version>
<classifier>test-utils</classifier>
<type>test-jar</type>
<scope>test</scope>
</dependency>