strolch-maven-archetypes/README.md

17 lines
501 B
Markdown
Raw Permalink Normal View History

2022-08-16 22:04:41 +02:00
# Strolch Maven Archetypes
This repository contains archetypes to be used when creating new Strolch applications.
Install this maven module locally:
git clone https://github.com/strolch-li/strolch-maven-archetypes.git
cd strolch-maven-archetypes
mvn clean install
Now you can use the archetypes to create your project. The following archetypes are available:
2022-09-30 14:08:52 +02:00
* strolch.mvn.archetype.main
* strolch.mvn.archetype.webapp
2022-08-16 22:04:41 +02:00
To create a Strolch project see https://strolch.li/development/