From 70829f92047c202ce5810d3bf929fa180388eecd Mon Sep 17 00:00:00 2001 From: jomu Date: Wed, 3 Apr 2019 23:29:51 +0200 Subject: [PATCH] improved project setup --- account-ui/pom.xml | 283 ++++++++++++++++++++++++--------------------- 1 file changed, 150 insertions(+), 133 deletions(-) diff --git a/account-ui/pom.xml b/account-ui/pom.xml index f654e20..5235648 100644 --- a/account-ui/pom.xml +++ b/account-ui/pom.xml @@ -1,133 +1,150 @@ - - - 4.0.0 - - shared - de.muehlencord - 1.1-SNAPSHOT - - - de.muehlencord.shared - shared-account-ui - war - - shared-account-ui - - - UTF-8 - ${maven.build.timestamp} - - development - - - - - org.primefaces - primefaces - - - - com.github.adminfaces - admin-template - - - - org.omnifaces - omnifaces - - - - org.apache.shiro - shiro-core - - - org.apache.shiro - shiro-web - - - de.muehlencord.shared - shared-shiro-faces - - - de.muehlencord.shared - shared-account - - - de.muehlencord.shared - shared-util - - - de.muehlencord.shared - shared-jeeutil - - - de.muehlencord.sf - filter - - - javax - javaee-web-api - provided - - - - - - ${basedir}/src/main/filters/${filter.name}.properties - - - - - - src/main/resources - true - - **/*.properties - **/*.xml - - - - - account - - - org.apache.maven.plugins - maven-compiler-plugin - - - org.apache.maven.plugins - maven-war-plugin - 3.2.2 - - false - - - ${basedir}/src/main/webapp - true - - WEB-INF/web.xml - WEB-INF/shiro.ini - - - - - - - - - - - development - - development - - - - - production - - production - - - - + + + 4.0.0 + + shared + de.muehlencord + 1.1-SNAPSHOT + + + de.muehlencord.shared + shared-account-ui + war + + shared-account-ui + + + UTF-8 + ${maven.build.timestamp} + + 143a2bd3-7e0b-4162-a76e-3031331c7dfe + development + + + + + org.primefaces + primefaces + + + + com.github.adminfaces + admin-template + + + + org.omnifaces + omnifaces + + + + org.apache.shiro + shiro-core + + + org.slf4j + slf4j-api + + + commons-collections + commons-collections + + + + + org.apache.shiro + shiro-web + + + de.muehlencord.shared + shared-shiro-faces + + + de.muehlencord.shared + shared-account + + + de.muehlencord.shared + shared-util + + + de.muehlencord.shared + shared-jeeutil + + + de.muehlencord.sf + filter + + + javax + javaee-web-api + provided + + + org.slf4j + slf4j-api + provided + + + + + + ${basedir}/src/main/filters/${filter.name}.properties + + + + + + src/main/resources + true + + **/*.properties + **/*.xml + + + + + account + + + + org.apache.maven.plugins + maven-compiler-plugin + + + org.apache.maven.plugins + maven-war-plugin + 3.2.2 + + false + + + ${basedir}/src/main/webapp + true + + WEB-INF/web.xml + WEB-INF/shiro.ini + + + + + + + + + + + development + + development + + + + + production + + production + + + +