[Project] archetypes have been renamed

This commit is contained in:
Robert von Burg 2022-09-30 14:08:52 +02:00
parent 030486d8b9
commit 8186b1482d
Signed by: eitch
GPG Key ID: 75DB9C85C74331F7
4 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@ Install this maven module locally:
Now you can use the archetypes to create your project. The following archetypes are available:
* li.strolch.mvn.archetype.main
* li.strolch.mvn.archetype.webapp
* strolch.mvn.archetype.main
* strolch.mvn.archetype.webapp
To create a Strolch project see https://strolch.li/development/

View File

@ -3,7 +3,7 @@
http://maven.apache.org/xsd/archetype-descriptor-1.0.0.xsd"
xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
name="li.strolch.mvn.archetype.main">
name="strolch.mvn.archetype.main">
<requiredProperties>
<requiredProperty key="appName">

View File

@ -3,7 +3,7 @@
http://maven.apache.org/xsd/archetype-descriptor-1.0.0.xsd"
xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
name="li.strolch.mvn.archetype.webapp">
name="strolch.mvn.archetype.plc">
<requiredProperties>
<requiredProperty key="appName">

View File

@ -3,7 +3,7 @@
http://maven.apache.org/xsd/archetype-descriptor-1.0.0.xsd"
xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
name="li.strolch.mvn.archetype.webapp">
name="strolch.mvn.archetype.webapp">
<requiredProperties>
<requiredProperty key="appName">