Strolch Maven Archetypes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Robert von Burg 5b003e2e14
[Project] Downgrade to logback 1.4.8, as 1.4.12 has incompatible API change
1 day ago
strolch.mvn.archetype.main [Project] Downgrade to logback 1.4.8, as 1.4.12 has incompatible API change 1 day ago
strolch.mvn.archetype.plc [Project] Downgrade to logback 1.4.8, as 1.4.12 has incompatible API change 1 day ago
strolch.mvn.archetype.webapp [Project] Downgrade to logback 1.4.8, as 1.4.12 has incompatible API change 1 day ago
.gitignore [Project] Updated strolch versions 1 year ago
LICENSE [Project] Initial commit 1 year ago
README.md [Project] archetypes have been renamed 1 year ago
pom.xml [Project] Updated pom.xml 4 months ago

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/