From 90f06cbe0b2ff3b1a9d85d2f73fe5864e692341b Mon Sep 17 00:00:00 2001 From: Udo Walter Date: Thu, 7 May 2020 19:30:48 +0200 Subject: Add location selection --- pom.xml | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 79 insertions(+), 3 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index f4c361f..559638e 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,6 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 de.bwlehrpool @@ -26,6 +26,77 @@ 1.7 + + + + com.keithbranton.mojo + angular-maven-plugin + 0.3.2 + + + generate-resources + + html2js + + + + + ${basedir}/src/main/resources + **/*.html + ${basedir}/src/main/resources/generated/templates-main/templates.js + app/ext/bwlp + + + + + + com.samaxes.maven + minify-maven-plugin + 1.7.5 + + + default-cli + + UTF-8 + + ${basedir}/src/main/resources + ${project.build.directory}/classes + + / + / + bwlp.css + + + **/*.css + + + / + / + bwlp.js + + + **/*.js + + + + + **/*.test.js + + CLOSURE + + + + OFF + OFF + + + + + minify + + + + @@ -41,6 +112,11 @@ guacamole-ext 1.1.0 - + + javax.servlet + servlet-api + 2.5 + provided + -- cgit v1.2.3-55-g7522