Strolch Maven Archetypes
Go to file
Robert von Burg 46b17eba59
[New] Added enabled flag to notifications
2024-04-23 08:19:51 +02:00
strolch.mvn.archetype.main [Project] Updated to latest strolch versions with jakarta 2024-02-24 21:24:32 +01:00
strolch.mvn.archetype.plc [New] Added enabled flag to notifications 2024-04-23 08:19:51 +02:00
strolch.mvn.archetype.webapp [New] Added enabled flag to notifications 2024-04-23 08:19:51 +02:00
.gitignore [Project] Updated strolch versions 2022-08-29 09:24:05 +02:00
LICENSE [Project] Initial commit 2022-08-16 22:04:41 +02:00
README.md [Project] archetypes have been renamed 2022-09-30 14:08:52 +02:00
pom.xml [Project] Added maven plugin version management 2024-01-25 14:15:13 +01:00

README.md

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:

  • strolch.mvn.archetype.main
  • strolch.mvn.archetype.webapp

To create a Strolch project see https://strolch.li/development/