From 8950b731c5ef76f02680e62108f9d27111f84675 Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Wed, 17 Aug 2022 07:28:30 +0200 Subject: [PATCH] [Minor] use http clone url for archetypes --- content/development/maven-archetypes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/development/maven-archetypes.md b/content/development/maven-archetypes.md index 30957ee..930f0ef 100644 --- a/content/development/maven-archetypes.md +++ b/content/development/maven-archetypes.md @@ -12,7 +12,7 @@ Maven offers archetypes to generate new projects. Strolch offers the following a To use the archetypes, clone the archetypes repository and install it locally: ```shell -git clone git@github.com:strolch-li/strolch-maven-archetypes.git +git clone https://github.com/strolch-li/strolch-maven-archetypes.git cd strolch-maven-archetypes mvn clean install ```