From b21c35482ea8bf4ea3baaf031f9818737a8ec520 Mon Sep 17 00:00:00 2001 From: Khalid Shakir Date: Thu, 6 Feb 2014 14:31:30 +0800 Subject: [PATCH] Packages link private/testdata, so that mvn test -Dsting.serialunittests.skipped=false works. --- public/gatk-package/pom.xml | 19 +++++++++++++++++++ public/queue-package/pom.xml | 27 +++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/public/gatk-package/pom.xml b/public/gatk-package/pom.xml index 0ff69b047..b9400cbb6 100644 --- a/public/gatk-package/pom.xml +++ b/public/gatk-package/pom.xml @@ -234,6 +234,25 @@ true + + + + + com.pyx4j + maven-junction-plugin + + + link-private-testdata + process-test-resources + + + unlink-private-testdata + clean + + + + + packagetests-enabled diff --git a/public/queue-package/pom.xml b/public/queue-package/pom.xml index b909e6ba2..087ffb6e7 100644 --- a/public/queue-package/pom.xml +++ b/public/queue-package/pom.xml @@ -248,6 +248,33 @@ true + + + + + com.pyx4j + maven-junction-plugin + + + link-private-testdata + process-test-resources + + + unlink-private-testdata + clean + + + link-private-qscript + process-test-resources + + + unlink-private-qscript + clean + + + + + packagetests-enabled