From 4d3db58c7112d1a3a801e68c2733c19d32a6736a Mon Sep 17 00:00:00 2001 From: Khalid Shakir Date: Wed, 22 Oct 2014 00:40:47 +0800 Subject: [PATCH] Added a compile time script to enforce utils/engine/tools separation. --- pom.xml | 18 ++++++++++++- .../scripts/shell/check_utils_engine_tools.sh | 25 +++++++++++++++++++ 2 files changed, 42 insertions(+), 1 deletion(-) create mode 100755 public/src/main/scripts/shell/check_utils_engine_tools.sh diff --git a/pom.xml b/pom.xml index 2c2fa689c..d573dcc6d 100644 --- a/pom.xml +++ b/pom.xml @@ -32,6 +32,7 @@ false -build-timestamp "${maven.build.timestamp}" + ${gatk.basedir}/public/src/main/scripts/shell + check-utils-engine-tools + + exec + + process-sources + false + + ${gatk.shell.directory}/check_utils_engine_tools.sh + +