diff --git a/account-ui/pom.xml b/account-ui/pom.xml index 6466788..f654e20 100644 --- a/account-ui/pom.xml +++ b/account-ui/pom.xml @@ -1,141 +1,133 @@ - - - 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 - 10 - 10 - - - 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 - - 10 - 10 - - - - 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} + + 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 + + + + diff --git a/account-ui/src/main/resources/admin-config.properties b/account-ui/src/main/resources/admin-config.properties index 4b4d3c0..15ee32e 100644 --- a/account-ui/src/main/resources/admin-config.properties +++ b/account-ui/src/main/resources/admin-config.properties @@ -1,5 +1,5 @@ -admin.loginPage=/login.xhtml -admin.indexPage=/web/index.xhtml +admin.loginPage=login.xhtml +admin.indexPage=web/index.xhtml #admin.dateFormat= #admin.breadcrumbSize=5 admin.renderMessages=true diff --git a/pom.xml b/pom.xml index 8cfe91f..04883d0 100644 --- a/pom.xml +++ b/pom.xml @@ -29,8 +29,8 @@ UTF-8 - 1.8 - 1.8 + 11 + 11 @@ -193,12 +193,12 @@ org.primefaces primefaces - 6.2 + 7.0 com.github.adminfaces admin-template - 1.0.0-RC20 + 1.0.0-RC21 org.omnifaces