AEM archetype 37
Hi,
I was trying to build project from archetype 37.
mvn -B org.apache.maven.plugins:maven-archetype-plugin:3.2.1:generate
"-DarchetypeGroupId=com.adobe.aem"
"-DarchetypeArtifactId=aem-project-archetype"
"-DarchetypeVersion=37"
"-DappTitle=Archetype project"
"-DappId=archetype"
"-DgroupId=com.adobe.aem.guides"
"-DartifactId=aem-guides-archetype"
"-Dpackage=com.adobe.aem.guides.archetype"
"-Dversion=0.0.1-SNAPSHOT"
"-DaemVersion=cloud"
"-D includeDispatcherConfig=n"

I always have some problems to build project from archetype or even if its wknd tutorial. Is it really bad documentation from Adobe about it and they don't care? Because whenever I'm trying to work with it, it always fail somewhere. Or maybe I'm doing something wrong?