From bc9ac93b6c87cf787ed1f5d459e37df84e736da4 Mon Sep 17 00:00:00 2001 From: Khalid Shakir Date: Sun, 9 Feb 2014 17:05:51 +0800 Subject: [PATCH] Adding the external example to the build. --- .gitignore | 1 + public/external-example/pom.xml | 11 ++++++++--- public/pom.xml | 1 + 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2559c7747..ac3b931eb 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ lib/ out/ /atlassian-ide-plugin.xml maven-metadata-local.xml +dependency-reduced-pom.xml diff --git a/public/external-example/pom.xml b/public/external-example/pom.xml index 299216cc2..202bc383d 100644 --- a/public/external-example/pom.xml +++ b/public/external-example/pom.xml @@ -6,7 +6,7 @@ external-example jar 1.0-SNAPSHOT - external-example + GATK External Example 2.8-SNAPSHOT @@ -21,6 +21,11 @@ UTF-8 UTF-8 yyyy/MM/dd HH:mm:ss + + + true + ${sting.committests.skipped} + ${sting.committests.skipped} @@ -196,7 +201,7 @@ test - false + ${sting.unittests.skipped} **/*UnitTest.class @@ -227,7 +232,7 @@ - false + ${sting.integrationtests.skipped} **/*IntegrationTest.class diff --git a/public/pom.xml b/public/pom.xml index 5e3ae00a6..89d49997c 100644 --- a/public/pom.xml +++ b/public/pom.xml @@ -19,6 +19,7 @@ sting-utils gatk-framework gatk-package + external-example