From 639247ab48324d20d094098af8f17a84d2412ff7 Mon Sep 17 00:00:00 2001 From: Khalid Shakir Date: Mon, 17 Mar 2014 05:47:59 -0400 Subject: [PATCH] Updated package-tests classpath, and allowing javac -cp .jar. Package tests now hard coding just the gatk-framework tests jar, to include ONLY BaseTest, until the exclusions may be debugged. Removing cofoja's annotation service from the package jars, to allow javac -cp .jar. --- pom.xml | 12 ++++++++++++ public/package-tests/pom.xml | 13 ++++++++++++- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index eb3ace24f..5c5c1eb5e 100644 --- a/pom.xml +++ b/pom.xml @@ -340,6 +340,18 @@ org.broadinstitute.sting:*:tar.bz2:example-resources + + + + *:* + + META-INF/services/javax.annotation.processing.Processor + + + diff --git a/public/package-tests/pom.xml b/public/package-tests/pom.xml index f53e7e02e..54bb8c0ac 100644 --- a/public/package-tests/pom.xml +++ b/public/package-tests/pom.xml @@ -50,13 +50,15 @@ ${project.groupId} gatk-framework @@ -72,6 +74,7 @@ + --> org.testng @@ -111,6 +114,10 @@ ${sting.packagetests.basedir} ${project.build.outputDirectory}/ignored_by_package_test ${sting.packagetests.testClasses} + + + ${sting.basedir}/public/gatk-framework/target/gatk-framework-${project.version}-tests.jar + @@ -148,6 +155,10 @@ ${sting.packagetests.basedir} ${project.build.outputDirectory}/ignored_by_package_test ${sting.packagetests.testClasses} + + + ${sting.basedir}/public/gatk-framework/target/gatk-framework-${project.version}-tests.jar +