Maven archetype 40 is not downloading
Hi,
Tried creating a new maven project with archetype version 40. But I get the following error.
Command:
mvn -B org.apache.maven.plugins:maven-archetype-plugin:3.2.1:generate -D archetypeGroupId=com.adobe.aem -D archetypeArtifactId=aem-project-archetype -D archetypeVersion=40 -D appTitle="My Site" -D appId="mysite" -D groupId="com.mysite"
