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
+