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