From 3323673ee17565bc78f81ccd6dfa11df2ff1ba61 Mon Sep 17 00:00:00 2001 From: Graham Triggs Date: Wed, 25 Nov 2015 15:17:11 +0000 Subject: [PATCH] Allow an external project to replace the standard installer --- pom.xml | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 0d5d390a..e4c5444a 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,6 @@ api webapp home - installer @@ -38,11 +37,27 @@ - vivo-installer + installer + + + !installer-dir + + installer + + external-installer + + + installer-dir + + + + ${installer-dir} + +