From 13da4a3e0414b809a2ee78e5c77a8701a456ad7c Mon Sep 17 00:00:00 2001 From: jomu Date: Mon, 12 Nov 2018 17:19:34 +0100 Subject: [PATCH] fixed broken filter on web.xml and shiro.ini --- account-ui/pom.xml | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) diff --git a/account-ui/pom.xml b/account-ui/pom.xml index 29ef81d..d8a4e0f 100644 --- a/account-ui/pom.xml +++ b/account-ui/pom.xml @@ -86,7 +86,6 @@ true **/*.properties - **/*.xml @@ -108,8 +107,34 @@ 3.2.2 false - - + + + ${basedir}/src/main/webapp + true + + WEB-INF/web.xml + WEB-INF/shiro.ini + + + + + + + + + development + + development + + + + + production + + production + + +