From 9ca3004fc31148bc8ea40a667b5f1ebc54d913af Mon Sep 17 00:00:00 2001 From: Khalid Shakir Date: Sat, 1 Feb 2014 04:02:46 +0800 Subject: [PATCH] Setting the test-utils' type to test-jar, such that the multi-module build uses testClasses instead of classes as a directory dependency. --- protected/gatk-protected/pom.xml | 2 ++ public/external-example/pom.xml | 2 ++ public/gatk-framework/pom.xml | 1 + public/package-tests/pom.xml | 1 + public/queue-framework/pom.xml | 1 + 5 files changed, 7 insertions(+) diff --git a/protected/gatk-protected/pom.xml b/protected/gatk-protected/pom.xml index 14774def7..2cce6a809 100644 --- a/protected/gatk-protected/pom.xml +++ b/protected/gatk-protected/pom.xml @@ -45,6 +45,7 @@ sting-utils ${project.version} test-utils + test-jar test @@ -53,6 +54,7 @@ gatk-framework ${project.version} test-utils + test-jar test diff --git a/public/external-example/pom.xml b/public/external-example/pom.xml index d51e5a6f5..16d7f6d6f 100644 --- a/public/external-example/pom.xml +++ b/public/external-example/pom.xml @@ -50,6 +50,7 @@ sting-utils ${sting.version} test-utils + test-jar test @@ -58,6 +59,7 @@ gatk-framework ${sting.version} test-utils + test-jar test diff --git a/public/gatk-framework/pom.xml b/public/gatk-framework/pom.xml index e8b2f7c71..5d0f3de5a 100644 --- a/public/gatk-framework/pom.xml +++ b/public/gatk-framework/pom.xml @@ -31,6 +31,7 @@ sting-utils ${project.version} test-utils + test-jar test diff --git a/public/package-tests/pom.xml b/public/package-tests/pom.xml index f10518d7d..56804dbd1 100644 --- a/public/package-tests/pom.xml +++ b/public/package-tests/pom.xml @@ -52,6 +52,7 @@ gatk-framework ${project.version} test-utils + test-jar test diff --git a/public/queue-framework/pom.xml b/public/queue-framework/pom.xml index 4dd3c188e..b65359c30 100644 --- a/public/queue-framework/pom.xml +++ b/public/queue-framework/pom.xml @@ -67,6 +67,7 @@ gatk-framework ${project.version} test-utils + test-jar test