From 5a2a5e8ef0e5bfe9374e326b0ddf93fc9e24ade2 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Wed, 6 Nov 2019 15:55:07 +0100 Subject: [PATCH] added development mode for ui --- scm-ui/pom.xml | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/scm-ui/pom.xml b/scm-ui/pom.xml index ffc727f10d..8bddc41fa9 100644 --- a/scm-ui/pom.xml +++ b/scm-ui/pom.xml @@ -68,7 +68,7 @@ run - + @@ -118,4 +118,32 @@ + + + + default + + + + + + + build + + + + dev + + + + development + + + + + build:dev + + + +