diff --git a/pom.xml b/pom.xml index d006735..8a24efe 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 li.strolch - li.strolch-maven-archetypes + strolch-maven-archetypes 0.1.0-SNAPSHOT li.strolch-maven-archetypes @@ -59,9 +59,9 @@ - li.strolch.mvn.archetype.main - li.strolch.mvn.archetype.webapp - li.strolch.mvn.archetype.plc + strolch.mvn.archetype.main + strolch.mvn.archetype.webapp + strolch.mvn.archetype.plc diff --git a/li.strolch.mvn.archetype.main/.gitignore b/strolch.mvn.archetype.main/.gitignore similarity index 100% rename from li.strolch.mvn.archetype.main/.gitignore rename to strolch.mvn.archetype.main/.gitignore diff --git a/li.strolch.mvn.archetype.plc/pom.xml b/strolch.mvn.archetype.main/pom.xml similarity index 90% rename from li.strolch.mvn.archetype.plc/pom.xml rename to strolch.mvn.archetype.main/pom.xml index 4218963..a86aaab 100644 --- a/li.strolch.mvn.archetype.plc/pom.xml +++ b/strolch.mvn.archetype.main/pom.xml @@ -4,13 +4,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> li.strolch - li.strolch-maven-archetypes + strolch-maven-archetypes 0.1.0-SNAPSHOT ../pom.xml 4.0.0 - li.strolch.mvn.archetype.plc + strolch.mvn.archetype.main maven-archetype diff --git a/li.strolch.mvn.archetype.main/src/main/resources/META-INF/maven/archetype-metadata.xml b/strolch.mvn.archetype.main/src/main/resources/META-INF/maven/archetype-metadata.xml similarity index 100% rename from li.strolch.mvn.archetype.main/src/main/resources/META-INF/maven/archetype-metadata.xml rename to strolch.mvn.archetype.main/src/main/resources/META-INF/maven/archetype-metadata.xml diff --git a/li.strolch.mvn.archetype.main/src/main/resources/archetype-resources/README.md b/strolch.mvn.archetype.main/src/main/resources/archetype-resources/README.md similarity index 100% rename from li.strolch.mvn.archetype.main/src/main/resources/archetype-resources/README.md rename to strolch.mvn.archetype.main/src/main/resources/archetype-resources/README.md diff --git a/li.strolch.mvn.archetype.main/src/main/resources/archetype-resources/pom.xml b/strolch.mvn.archetype.main/src/main/resources/archetype-resources/pom.xml similarity index 100% rename from li.strolch.mvn.archetype.main/src/main/resources/archetype-resources/pom.xml rename to strolch.mvn.archetype.main/src/main/resources/archetype-resources/pom.xml diff --git a/li.strolch.mvn.archetype.main/src/main/resources/archetype-resources/runtime/config/PrivilegeConfig.xml b/strolch.mvn.archetype.main/src/main/resources/archetype-resources/runtime/config/PrivilegeConfig.xml similarity index 100% rename from li.strolch.mvn.archetype.main/src/main/resources/archetype-resources/runtime/config/PrivilegeConfig.xml rename to strolch.mvn.archetype.main/src/main/resources/archetype-resources/runtime/config/PrivilegeConfig.xml diff --git a/li.strolch.mvn.archetype.main/src/main/resources/archetype-resources/runtime/config/PrivilegeRoles.xml b/strolch.mvn.archetype.main/src/main/resources/archetype-resources/runtime/config/PrivilegeRoles.xml similarity index 100% rename from li.strolch.mvn.archetype.main/src/main/resources/archetype-resources/runtime/config/PrivilegeRoles.xml rename to strolch.mvn.archetype.main/src/main/resources/archetype-resources/runtime/config/PrivilegeRoles.xml diff --git a/li.strolch.mvn.archetype.main/src/main/resources/archetype-resources/runtime/config/PrivilegeUsers.xml b/strolch.mvn.archetype.main/src/main/resources/archetype-resources/runtime/config/PrivilegeUsers.xml similarity index 100% rename from li.strolch.mvn.archetype.main/src/main/resources/archetype-resources/runtime/config/PrivilegeUsers.xml rename to strolch.mvn.archetype.main/src/main/resources/archetype-resources/runtime/config/PrivilegeUsers.xml diff --git a/li.strolch.mvn.archetype.main/src/main/resources/archetype-resources/runtime/config/StrolchConfiguration.xml b/strolch.mvn.archetype.main/src/main/resources/archetype-resources/runtime/config/StrolchConfiguration.xml similarity index 100% rename from li.strolch.mvn.archetype.main/src/main/resources/archetype-resources/runtime/config/StrolchConfiguration.xml rename to strolch.mvn.archetype.main/src/main/resources/archetype-resources/runtime/config/StrolchConfiguration.xml diff --git a/li.strolch.mvn.archetype.main/src/main/resources/archetype-resources/runtime/config/StrolchPolicies.xml b/strolch.mvn.archetype.main/src/main/resources/archetype-resources/runtime/config/StrolchPolicies.xml similarity index 100% rename from li.strolch.mvn.archetype.main/src/main/resources/archetype-resources/runtime/config/StrolchPolicies.xml rename to strolch.mvn.archetype.main/src/main/resources/archetype-resources/runtime/config/StrolchPolicies.xml diff --git a/li.strolch.mvn.archetype.main/src/main/resources/archetype-resources/runtime/data/Model.xml b/strolch.mvn.archetype.main/src/main/resources/archetype-resources/runtime/data/Model.xml similarity index 100% rename from li.strolch.mvn.archetype.main/src/main/resources/archetype-resources/runtime/data/Model.xml rename to strolch.mvn.archetype.main/src/main/resources/archetype-resources/runtime/data/Model.xml diff --git a/li.strolch.mvn.archetype.main/src/main/resources/archetype-resources/runtime/data/StrolchModel.xsd b/strolch.mvn.archetype.main/src/main/resources/archetype-resources/runtime/data/StrolchModel.xsd similarity index 100% rename from li.strolch.mvn.archetype.main/src/main/resources/archetype-resources/runtime/data/StrolchModel.xsd rename to strolch.mvn.archetype.main/src/main/resources/archetype-resources/runtime/data/StrolchModel.xsd diff --git a/li.strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/main/java/Main.java b/strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/main/java/Main.java similarity index 100% rename from li.strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/main/java/Main.java rename to strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/main/java/Main.java diff --git a/li.strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/main/java/PostInitializer.java b/strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/main/java/PostInitializer.java similarity index 100% rename from li.strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/main/java/PostInitializer.java rename to strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/main/java/PostInitializer.java diff --git a/li.strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/main/resources/ENV.properties b/strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/main/resources/ENV.properties similarity index 100% rename from li.strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/main/resources/ENV.properties rename to strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/main/resources/ENV.properties diff --git a/li.strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/main/resources/appVersion.properties b/strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/main/resources/appVersion.properties similarity index 100% rename from li.strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/main/resources/appVersion.properties rename to strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/main/resources/appVersion.properties diff --git a/li.strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/main/resources/logback.xml b/strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/main/resources/logback.xml similarity index 100% rename from li.strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/main/resources/logback.xml rename to strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/main/resources/logback.xml diff --git a/li.strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/test/java/SimpleTest.java b/strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/test/java/SimpleTest.java similarity index 100% rename from li.strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/test/java/SimpleTest.java rename to strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/test/java/SimpleTest.java diff --git a/li.strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/test/resources/logback.xml b/strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/test/resources/logback.xml similarity index 100% rename from li.strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/test/resources/logback.xml rename to strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/test/resources/logback.xml diff --git a/li.strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/config/PrivilegeConfig.xml b/strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/config/PrivilegeConfig.xml similarity index 100% rename from li.strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/config/PrivilegeConfig.xml rename to strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/config/PrivilegeConfig.xml diff --git a/li.strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/config/PrivilegeRoles.xml b/strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/config/PrivilegeRoles.xml similarity index 100% rename from li.strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/config/PrivilegeRoles.xml rename to strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/config/PrivilegeRoles.xml diff --git a/li.strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/config/PrivilegeUsers.xml b/strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/config/PrivilegeUsers.xml similarity index 100% rename from li.strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/config/PrivilegeUsers.xml rename to strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/config/PrivilegeUsers.xml diff --git a/li.strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/config/StrolchConfiguration.xml b/strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/config/StrolchConfiguration.xml similarity index 100% rename from li.strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/config/StrolchConfiguration.xml rename to strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/config/StrolchConfiguration.xml diff --git a/li.strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/config/StrolchPolicies.xml b/strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/config/StrolchPolicies.xml similarity index 100% rename from li.strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/config/StrolchPolicies.xml rename to strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/config/StrolchPolicies.xml diff --git a/li.strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/data/Model.xml b/strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/data/Model.xml similarity index 100% rename from li.strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/data/Model.xml rename to strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/data/Model.xml diff --git a/li.strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/temp/.gitignore b/strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/temp/.gitignore similarity index 100% rename from li.strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/temp/.gitignore rename to strolch.mvn.archetype.main/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/temp/.gitignore diff --git a/li.strolch.mvn.archetype.plc/.gitignore b/strolch.mvn.archetype.plc/.gitignore similarity index 100% rename from li.strolch.mvn.archetype.plc/.gitignore rename to strolch.mvn.archetype.plc/.gitignore diff --git a/li.strolch.mvn.archetype.main/pom.xml b/strolch.mvn.archetype.plc/pom.xml similarity index 90% rename from li.strolch.mvn.archetype.main/pom.xml rename to strolch.mvn.archetype.plc/pom.xml index e79bf8d..1a21857 100644 --- a/li.strolch.mvn.archetype.main/pom.xml +++ b/strolch.mvn.archetype.plc/pom.xml @@ -4,13 +4,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> li.strolch - li.strolch-maven-archetypes + strolch-maven-archetypes 0.1.0-SNAPSHOT ../pom.xml 4.0.0 - li.strolch.mvn.archetype.main + strolch.mvn.archetype.plc maven-archetype diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/META-INF/maven/archetype-metadata.xml b/strolch.mvn.archetype.plc/src/main/resources/META-INF/maven/archetype-metadata.xml similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/META-INF/maven/archetype-metadata.xml rename to strolch.mvn.archetype.plc/src/main/resources/META-INF/maven/archetype-metadata.xml diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/README.md b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/README.md similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/README.md rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/README.md diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/pom.xml b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/pom.xml similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/pom.xml rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/pom.xml diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/config/PrivilegeConfig.xml b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/config/PrivilegeConfig.xml similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/config/PrivilegeConfig.xml rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/config/PrivilegeConfig.xml diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/config/PrivilegeRoles.xml b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/config/PrivilegeRoles.xml similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/config/PrivilegeRoles.xml rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/config/PrivilegeRoles.xml diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/config/PrivilegeUsers.xml b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/config/PrivilegeUsers.xml similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/config/PrivilegeUsers.xml rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/config/PrivilegeUsers.xml diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/config/StrolchConfiguration.xml b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/config/StrolchConfiguration.xml similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/config/StrolchConfiguration.xml rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/config/StrolchConfiguration.xml diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/config/StrolchPolicies.xml b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/config/StrolchPolicies.xml similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/config/StrolchPolicies.xml rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/config/StrolchPolicies.xml diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/data/README.md b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/data/README.md similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/data/README.md rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/data/README.md diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/data/StrolchModel.xsd b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/data/StrolchModel.xsd similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/data/StrolchModel.xsd rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/data/StrolchModel.xsd diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/data/defaultModel.xml b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/data/defaultModel.xml similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/data/defaultModel.xml rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/data/defaultModel.xml diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/data/plc-state.xml b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/data/plc-state.xml similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/data/plc-state.xml rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/data/plc-state.xml diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/data/plc-templates.xml b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/data/plc-templates.xml similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/data/plc-templates.xml rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/data/plc-templates.xml diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/data/strolch-plc-example-connections.xml b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/data/strolch-plc-example-connections.xml similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/data/strolch-plc-example-connections.xml rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/data/strolch-plc-example-connections.xml diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/data/strolch-plc-example.csv b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/data/strolch-plc-example.csv similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/data/strolch-plc-example.csv rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/data/strolch-plc-example.csv diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/data/strolch-plc-example.xml b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/data/strolch-plc-example.xml similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/data/strolch-plc-example.xml rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/data/strolch-plc-example.xml diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/java/plc/web/components/CustomPlcServiceInitializer.java b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/java/plc/web/components/CustomPlcServiceInitializer.java similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/java/plc/web/components/CustomPlcServiceInitializer.java rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/java/plc/web/components/CustomPlcServiceInitializer.java diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/java/plc/web/components/PostInitializer.java b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/java/plc/web/components/PostInitializer.java similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/java/plc/web/components/PostInitializer.java rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/java/plc/web/components/PostInitializer.java diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/java/plc/web/services/StartupPlcService.java b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/java/plc/web/services/StartupPlcService.java similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/java/plc/web/services/StartupPlcService.java rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/java/plc/web/services/StartupPlcService.java diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/java/plc/web/web/RestfulApplication.java b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/java/plc/web/web/RestfulApplication.java similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/java/plc/web/web/RestfulApplication.java rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/java/plc/web/web/RestfulApplication.java diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/java/plc/web/web/StartupListener.java b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/java/plc/web/web/StartupListener.java similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/java/plc/web/web/StartupListener.java rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/java/plc/web/web/StartupListener.java diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/resources/ENV.properties b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/resources/ENV.properties similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/resources/ENV.properties rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/resources/ENV.properties diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/resources/StrolchBootstrap.xml b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/resources/StrolchBootstrap.xml similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/resources/StrolchBootstrap.xml rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/resources/StrolchBootstrap.xml diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/resources/appVersion.properties b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/resources/appVersion.properties similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/resources/appVersion.properties rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/resources/appVersion.properties diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/resources/logback.xml b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/resources/logback.xml similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/resources/logback.xml rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/resources/logback.xml diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/.bowerrc b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/.bowerrc similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/.bowerrc rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/.bowerrc diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/WEB-INF/web.xml b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/WEB-INF/web.xml similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/WEB-INF/web.xml rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/WEB-INF/web.xml diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/CustomWeb.js b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/CustomWeb.js similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/CustomWeb.js rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/CustomWeb.js diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/font/Ubuntu-Bold.ttf b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/font/Ubuntu-Bold.ttf similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/font/Ubuntu-Bold.ttf rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/font/Ubuntu-Bold.ttf diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/font/Ubuntu-BoldItalic.ttf b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/font/Ubuntu-BoldItalic.ttf similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/font/Ubuntu-BoldItalic.ttf rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/font/Ubuntu-BoldItalic.ttf diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/font/Ubuntu-Italic.ttf b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/font/Ubuntu-Italic.ttf similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/font/Ubuntu-Italic.ttf rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/font/Ubuntu-Italic.ttf diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/font/Ubuntu-Light.ttf b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/font/Ubuntu-Light.ttf similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/font/Ubuntu-Light.ttf rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/font/Ubuntu-Light.ttf diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/font/Ubuntu-LightItalic.ttf b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/font/Ubuntu-LightItalic.ttf similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/font/Ubuntu-LightItalic.ttf rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/font/Ubuntu-LightItalic.ttf diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/font/Ubuntu-Medium.ttf b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/font/Ubuntu-Medium.ttf similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/font/Ubuntu-Medium.ttf rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/font/Ubuntu-Medium.ttf diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/font/Ubuntu-MediumItalic.ttf b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/font/Ubuntu-MediumItalic.ttf similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/font/Ubuntu-MediumItalic.ttf rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/font/Ubuntu-MediumItalic.ttf diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/font/Ubuntu-Regular.ttf b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/font/Ubuntu-Regular.ttf similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/font/Ubuntu-Regular.ttf rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/font/Ubuntu-Regular.ttf diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/index.html b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/index.html similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/index.html rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/index.html diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/src/behaviors/c-app-behavior.html b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/src/behaviors/c-app-behavior.html similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/src/behaviors/c-app-behavior.html rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/src/behaviors/c-app-behavior.html diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/src/behaviors/c-component-behavior.html b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/src/behaviors/c-component-behavior.html similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/src/behaviors/c-component-behavior.html rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/src/behaviors/c-component-behavior.html diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/src/main/c-drawer.html b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/src/main/c-drawer.html similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/src/main/c-drawer.html rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/src/main/c-drawer.html diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/src/main/c-main.html b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/src/main/c-main.html similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/src/main/c-main.html rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/src/main/c-main.html diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/src/main/c-pages.html b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/src/main/c-pages.html similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/src/main/c-pages.html rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/src/main/c-pages.html diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/src/styles/c-app-style.html b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/src/styles/c-app-style.html similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/src/styles/c-app-style.html rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/src/styles/c-app-style.html diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/src/utils/c-app-routing.html b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/src/utils/c-app-routing.html similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/src/utils/c-app-routing.html rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/src/utils/c-app-routing.html diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/src/views/c-view404.html b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/src/views/c-view404.html similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/src/views/c-view404.html rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/app/src/views/c-view404.html diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/bower.json b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/bower.json similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/bower.json rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/bower.json diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/gulpfile.js b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/gulpfile.js similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/gulpfile.js rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/gulpfile.js diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/index.html b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/index.html similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/index.html rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/index.html diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/locales.json b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/locales.json similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/locales.json rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/locales.json diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/package.json b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/package.json similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/package.json rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/package.json diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-shared/pom.xml b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-shared/pom.xml similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-shared/pom.xml rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-shared/pom.xml diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-shared/src/main/java/plc/shared/SharedPlcConstants.java b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-shared/src/main/java/plc/shared/SharedPlcConstants.java similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-shared/src/main/java/plc/shared/SharedPlcConstants.java rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-shared/src/main/java/plc/shared/SharedPlcConstants.java diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/pom.xml b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/pom.xml similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/pom.xml rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/pom.xml diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/runtime/config/PrivilegeConfig.xml b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/runtime/config/PrivilegeConfig.xml similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/runtime/config/PrivilegeConfig.xml rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/runtime/config/PrivilegeConfig.xml diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/runtime/config/PrivilegeRoles.xml b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/runtime/config/PrivilegeRoles.xml similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/runtime/config/PrivilegeRoles.xml rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/runtime/config/PrivilegeRoles.xml diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/runtime/config/PrivilegeUsers.xml b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/runtime/config/PrivilegeUsers.xml similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/runtime/config/PrivilegeUsers.xml rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/runtime/config/PrivilegeUsers.xml diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/runtime/config/StrolchConfiguration.xml b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/runtime/config/StrolchConfiguration.xml similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/runtime/config/StrolchConfiguration.xml rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/runtime/config/StrolchConfiguration.xml diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/runtime/config/StrolchPolicies.xml b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/runtime/config/StrolchPolicies.xml similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/runtime/config/StrolchPolicies.xml rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/runtime/config/StrolchPolicies.xml diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/runtime/data/Model.xml b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/runtime/data/Model.xml similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/runtime/data/Model.xml rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/runtime/data/Model.xml diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/runtime/data/StrolchModel.xsd b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/runtime/data/StrolchModel.xsd similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/runtime/data/StrolchModel.xsd rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/runtime/data/StrolchModel.xsd diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/java/server/web/components/PostInitializer.java b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/java/server/web/components/PostInitializer.java similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/java/server/web/components/PostInitializer.java rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/java/server/web/components/PostInitializer.java diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/java/server/web/json/JsonVisitors.java b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/java/server/web/json/JsonVisitors.java similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/java/server/web/json/JsonVisitors.java rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/java/server/web/json/JsonVisitors.java diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/java/server/web/rest/ShopFloorResource.java b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/java/server/web/rest/ShopFloorResource.java similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/java/server/web/rest/ShopFloorResource.java rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/java/server/web/rest/ShopFloorResource.java diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/java/server/web/service/ShopFloorActionService.java b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/java/server/web/service/ShopFloorActionService.java similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/java/server/web/service/ShopFloorActionService.java rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/java/server/web/service/ShopFloorActionService.java diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/java/server/web/service/plc/ModePlcSrvService.java b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/java/server/web/service/plc/ModePlcSrvService.java similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/java/server/web/service/plc/ModePlcSrvService.java rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/java/server/web/service/plc/ModePlcSrvService.java diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/java/server/web/web/RestfulApplication.java b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/java/server/web/web/RestfulApplication.java similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/java/server/web/web/RestfulApplication.java rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/java/server/web/web/RestfulApplication.java diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/java/server/web/web/StartupListener.java b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/java/server/web/web/StartupListener.java similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/java/server/web/web/StartupListener.java rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/java/server/web/web/StartupListener.java diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/resources/ENV.properties b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/resources/ENV.properties similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/resources/ENV.properties rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/resources/ENV.properties diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/resources/StrolchBootstrap.xml b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/resources/StrolchBootstrap.xml similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/resources/StrolchBootstrap.xml rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/resources/StrolchBootstrap.xml diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/resources/appVersion.properties b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/resources/appVersion.properties similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/resources/appVersion.properties rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/resources/appVersion.properties diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/resources/logback.xml b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/resources/logback.xml similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/resources/logback.xml rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/resources/logback.xml diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/.bowerrc b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/.bowerrc similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/.bowerrc rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/.bowerrc diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/WEB-INF/web.xml b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/WEB-INF/web.xml similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/WEB-INF/web.xml rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/WEB-INF/web.xml diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/CustomWeb.js b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/CustomWeb.js similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/CustomWeb.js rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/CustomWeb.js diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/font/Ubuntu-Bold.ttf b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/font/Ubuntu-Bold.ttf similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/font/Ubuntu-Bold.ttf rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/font/Ubuntu-Bold.ttf diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/font/Ubuntu-BoldItalic.ttf b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/font/Ubuntu-BoldItalic.ttf similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/font/Ubuntu-BoldItalic.ttf rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/font/Ubuntu-BoldItalic.ttf diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/font/Ubuntu-Italic.ttf b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/font/Ubuntu-Italic.ttf similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/font/Ubuntu-Italic.ttf rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/font/Ubuntu-Italic.ttf diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/font/Ubuntu-Light.ttf b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/font/Ubuntu-Light.ttf similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/font/Ubuntu-Light.ttf rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/font/Ubuntu-Light.ttf diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/font/Ubuntu-LightItalic.ttf b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/font/Ubuntu-LightItalic.ttf similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/font/Ubuntu-LightItalic.ttf rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/font/Ubuntu-LightItalic.ttf diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/font/Ubuntu-Medium.ttf b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/font/Ubuntu-Medium.ttf similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/font/Ubuntu-Medium.ttf rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/font/Ubuntu-Medium.ttf diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/font/Ubuntu-MediumItalic.ttf b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/font/Ubuntu-MediumItalic.ttf similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/font/Ubuntu-MediumItalic.ttf rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/font/Ubuntu-MediumItalic.ttf diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/font/Ubuntu-Regular.ttf b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/font/Ubuntu-Regular.ttf similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/font/Ubuntu-Regular.ttf rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/font/Ubuntu-Regular.ttf diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/index.html b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/index.html similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/index.html rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/index.html diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/src/behaviors/c-app-behavior.html b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/src/behaviors/c-app-behavior.html similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/src/behaviors/c-app-behavior.html rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/src/behaviors/c-app-behavior.html diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/src/behaviors/c-component-behavior.html b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/src/behaviors/c-component-behavior.html similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/src/behaviors/c-component-behavior.html rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/src/behaviors/c-component-behavior.html diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/src/main/c-drawer.html b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/src/main/c-drawer.html similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/src/main/c-drawer.html rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/src/main/c-drawer.html diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/src/main/c-main.html b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/src/main/c-main.html similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/src/main/c-main.html rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/src/main/c-main.html diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/src/main/c-pages.html b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/src/main/c-pages.html similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/src/main/c-pages.html rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/src/main/c-pages.html diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/src/styles/c-app-style.html b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/src/styles/c-app-style.html similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/src/styles/c-app-style.html rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/src/styles/c-app-style.html diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/src/utils/c-app-routing.html b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/src/utils/c-app-routing.html similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/src/utils/c-app-routing.html rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/src/utils/c-app-routing.html diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/src/views/c-shop-floor.html b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/src/views/c-shop-floor.html similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/src/views/c-shop-floor.html rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/src/views/c-shop-floor.html diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/src/views/c-view404.html b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/src/views/c-view404.html similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/src/views/c-view404.html rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/app/src/views/c-view404.html diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/bower.json b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/bower.json similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/bower.json rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/bower.json diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/gulpfile.js b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/gulpfile.js similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/gulpfile.js rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/gulpfile.js diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/index.html b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/index.html similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/index.html rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/index.html diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/locales.json b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/locales.json similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/locales.json rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/locales.json diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/package.json b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/package.json similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/package.json rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/package.json diff --git a/li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/pom.xml b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/pom.xml similarity index 100% rename from li.strolch.mvn.archetype.plc/src/main/resources/archetype-resources/pom.xml rename to strolch.mvn.archetype.plc/src/main/resources/archetype-resources/pom.xml diff --git a/li.strolch.mvn.archetype.webapp/.gitignore b/strolch.mvn.archetype.webapp/.gitignore similarity index 100% rename from li.strolch.mvn.archetype.webapp/.gitignore rename to strolch.mvn.archetype.webapp/.gitignore diff --git a/li.strolch.mvn.archetype.webapp/pom.xml b/strolch.mvn.archetype.webapp/pom.xml similarity index 90% rename from li.strolch.mvn.archetype.webapp/pom.xml rename to strolch.mvn.archetype.webapp/pom.xml index 643b175..4cde24c 100644 --- a/li.strolch.mvn.archetype.webapp/pom.xml +++ b/strolch.mvn.archetype.webapp/pom.xml @@ -4,13 +4,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> li.strolch - li.strolch-maven-archetypes + strolch-maven-archetypes 0.1.0-SNAPSHOT ../pom.xml 4.0.0 - li.strolch.mvn.archetype.webapp + strolch.mvn.archetype.webapp maven-archetype diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/META-INF/maven/archetype-metadata.xml b/strolch.mvn.archetype.webapp/src/main/resources/META-INF/maven/archetype-metadata.xml similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/META-INF/maven/archetype-metadata.xml rename to strolch.mvn.archetype.webapp/src/main/resources/META-INF/maven/archetype-metadata.xml diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/README.md b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/README.md similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/README.md rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/README.md diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/pom.xml b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/pom.xml similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/pom.xml rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/pom.xml diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/runtime/config/PrivilegeConfig.xml b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/runtime/config/PrivilegeConfig.xml similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/runtime/config/PrivilegeConfig.xml rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/runtime/config/PrivilegeConfig.xml diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/runtime/config/PrivilegeRoles.xml b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/runtime/config/PrivilegeRoles.xml similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/runtime/config/PrivilegeRoles.xml rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/runtime/config/PrivilegeRoles.xml diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/runtime/config/PrivilegeUsers.xml b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/runtime/config/PrivilegeUsers.xml similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/runtime/config/PrivilegeUsers.xml rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/runtime/config/PrivilegeUsers.xml diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/runtime/config/StrolchConfiguration.xml b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/runtime/config/StrolchConfiguration.xml similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/runtime/config/StrolchConfiguration.xml rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/runtime/config/StrolchConfiguration.xml diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/runtime/config/StrolchPolicies.xml b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/runtime/config/StrolchPolicies.xml similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/runtime/config/StrolchPolicies.xml rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/runtime/config/StrolchPolicies.xml diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/runtime/data/Model.xml b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/runtime/data/Model.xml similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/runtime/data/Model.xml rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/runtime/data/Model.xml diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/runtime/data/StrolchModel.xsd b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/runtime/data/StrolchModel.xsd similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/runtime/data/StrolchModel.xsd rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/runtime/data/StrolchModel.xsd diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/java/components/PostInitializer.java b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/java/components/PostInitializer.java similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/java/components/PostInitializer.java rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/java/components/PostInitializer.java diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/java/model/Constants.java b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/java/model/Constants.java similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/java/model/Constants.java rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/java/model/Constants.java diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/java/model/JsonVisitors.java b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/java/model/JsonVisitors.java similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/java/model/JsonVisitors.java rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/java/model/JsonVisitors.java diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/java/rest/BooksResource.java b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/java/rest/BooksResource.java similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/java/rest/BooksResource.java rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/java/rest/BooksResource.java diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/java/rest/LocationsResource.java b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/java/rest/LocationsResource.java similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/java/rest/LocationsResource.java rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/java/rest/LocationsResource.java diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/java/search/BookSearch.java b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/java/search/BookSearch.java similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/java/search/BookSearch.java rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/java/search/BookSearch.java diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/java/search/LocationSearch.java b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/java/search/LocationSearch.java similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/java/search/LocationSearch.java rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/java/search/LocationSearch.java diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/java/service/CreateBookService.java b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/java/service/CreateBookService.java similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/java/service/CreateBookService.java rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/java/service/CreateBookService.java diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/java/service/RemoveBookService.java b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/java/service/RemoveBookService.java similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/java/service/RemoveBookService.java rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/java/service/RemoveBookService.java diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/java/service/RemoveLocationService.java b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/java/service/RemoveLocationService.java similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/java/service/RemoveLocationService.java rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/java/service/RemoveLocationService.java diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/java/service/UpdateBookService.java b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/java/service/UpdateBookService.java similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/java/service/UpdateBookService.java rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/java/service/UpdateBookService.java diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/java/web/RestfulApplication.java b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/java/web/RestfulApplication.java similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/java/web/RestfulApplication.java rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/java/web/RestfulApplication.java diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/java/web/StartupListener.java b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/java/web/StartupListener.java similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/java/web/StartupListener.java rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/java/web/StartupListener.java diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/resources/ENV.properties b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/resources/ENV.properties similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/resources/ENV.properties rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/resources/ENV.properties diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/resources/StrolchBootstrap.xml b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/resources/StrolchBootstrap.xml similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/resources/StrolchBootstrap.xml rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/resources/StrolchBootstrap.xml diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/resources/appVersion.properties b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/resources/appVersion.properties similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/resources/appVersion.properties rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/resources/appVersion.properties diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/resources/logback.xml b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/resources/logback.xml similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/resources/logback.xml rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/resources/logback.xml diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/.bowerrc b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/.bowerrc similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/.bowerrc rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/.bowerrc diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/.gitignore b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/.gitignore similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/.gitignore rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/.gitignore diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/.gitignore b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/.gitignore similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/.gitignore rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/.gitignore diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/CustomWeb.js b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/CustomWeb.js similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/CustomWeb.js rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/CustomWeb.js diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/font/Ubuntu-Bold.ttf b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/font/Ubuntu-Bold.ttf similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/font/Ubuntu-Bold.ttf rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/font/Ubuntu-Bold.ttf diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/font/Ubuntu-BoldItalic.ttf b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/font/Ubuntu-BoldItalic.ttf similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/font/Ubuntu-BoldItalic.ttf rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/font/Ubuntu-BoldItalic.ttf diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/font/Ubuntu-Italic.ttf b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/font/Ubuntu-Italic.ttf similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/font/Ubuntu-Italic.ttf rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/font/Ubuntu-Italic.ttf diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/font/Ubuntu-Light.ttf b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/font/Ubuntu-Light.ttf similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/font/Ubuntu-Light.ttf rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/font/Ubuntu-Light.ttf diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/font/Ubuntu-LightItalic.ttf b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/font/Ubuntu-LightItalic.ttf similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/font/Ubuntu-LightItalic.ttf rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/font/Ubuntu-LightItalic.ttf diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/font/Ubuntu-Medium.ttf b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/font/Ubuntu-Medium.ttf similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/font/Ubuntu-Medium.ttf rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/font/Ubuntu-Medium.ttf diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/font/Ubuntu-MediumItalic.ttf b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/font/Ubuntu-MediumItalic.ttf similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/font/Ubuntu-MediumItalic.ttf rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/font/Ubuntu-MediumItalic.ttf diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/font/Ubuntu-Regular.ttf b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/font/Ubuntu-Regular.ttf similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/font/Ubuntu-Regular.ttf rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/font/Ubuntu-Regular.ttf diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/index.html b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/index.html similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/index.html rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/index.html diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/behaviors/c-app-behavior.html b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/behaviors/c-app-behavior.html similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/behaviors/c-app-behavior.html rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/behaviors/c-app-behavior.html diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/behaviors/c-component-behavior.html b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/behaviors/c-component-behavior.html similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/behaviors/c-component-behavior.html rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/behaviors/c-component-behavior.html diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/main/c-drawer.html b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/main/c-drawer.html similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/main/c-drawer.html rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/main/c-drawer.html diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/main/c-main.html b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/main/c-main.html similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/main/c-main.html rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/main/c-main.html diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/main/c-pages.html b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/main/c-pages.html similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/main/c-pages.html rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/main/c-pages.html diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/styles/c-app-style.html b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/styles/c-app-style.html similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/styles/c-app-style.html rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/styles/c-app-style.html diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/utils/c-app-routing.html b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/utils/c-app-routing.html similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/utils/c-app-routing.html rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/utils/c-app-routing.html diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/views/c-demo-books.html b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/views/c-demo-books.html similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/views/c-demo-books.html rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/views/c-demo-books.html diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/views/c-demo-locations.html b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/views/c-demo-locations.html similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/views/c-demo-locations.html rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/views/c-demo-locations.html diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/views/c-view404.html b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/views/c-view404.html similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/views/c-view404.html rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/views/c-view404.html diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/widgets/c-demo-books-table.html b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/widgets/c-demo-books-table.html similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/widgets/c-demo-books-table.html rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/widgets/c-demo-books-table.html diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/widgets/c-demo-location-detail.html b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/widgets/c-demo-location-detail.html similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/widgets/c-demo-location-detail.html rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/widgets/c-demo-location-detail.html diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/widgets/c-demo-location-table.html b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/widgets/c-demo-location-table.html similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/widgets/c-demo-location-table.html rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/src/widgets/c-demo-location-table.html diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/bower.json b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/bower.json similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/bower.json rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/bower.json diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/gulpfile.js b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/gulpfile.js similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/gulpfile.js rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/gulpfile.js diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/index.html b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/index.html similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/index.html rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/index.html diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/locales.json b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/locales.json similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/locales.json rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/locales.json diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/package.json b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/package.json similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/package.json rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/package.json diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/test/java/test/SimpleTest.java b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/test/java/test/SimpleTest.java similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/test/java/test/SimpleTest.java rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/test/java/test/SimpleTest.java diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/test/resources/logback.xml b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/test/resources/logback.xml similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/test/resources/logback.xml rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/test/resources/logback.xml diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/config/PrivilegeConfig.xml b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/config/PrivilegeConfig.xml similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/config/PrivilegeConfig.xml rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/config/PrivilegeConfig.xml diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/config/PrivilegeRoles.xml b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/config/PrivilegeRoles.xml similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/config/PrivilegeRoles.xml rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/config/PrivilegeRoles.xml diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/config/PrivilegeUsers.xml b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/config/PrivilegeUsers.xml similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/config/PrivilegeUsers.xml rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/config/PrivilegeUsers.xml diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/config/StrolchConfiguration.xml b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/config/StrolchConfiguration.xml similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/config/StrolchConfiguration.xml rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/config/StrolchConfiguration.xml diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/config/StrolchPolicies.xml b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/config/StrolchPolicies.xml similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/config/StrolchPolicies.xml rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/config/StrolchPolicies.xml diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/data/Model.xml b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/data/Model.xml similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/data/Model.xml rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/data/Model.xml diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/temp/.gitignore b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/temp/.gitignore similarity index 100% rename from li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/temp/.gitignore rename to strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/test/resources/runtime-SimpleTest/temp/.gitignore