Creating project using archetype 39 failed
When trying to create an AEM project using archetype 39, it shows build failure.
Command Used: mvn -B archetype:generate \ -D archetypeGroupId=com.adobe.aem \ -D archetypeArtifactId=aem-project-archetype \ -D archetypeVersion=39 \ -D aemVersion=cloud \ -D appTitle="My Site" \ -D appId="mysite" \ -D groupId="com.mysite" \ -D frontendModule=general \ -D includeExamples=n
Error Message while creating project using archetype 39 is as below:

Below are the configurations that I have on my local:
Java version: 11.0.16.1

Maven Version: Apache Maven 3.8.7 (b89d5959fcde851dcb1c8946a785a163f14e1e29)

Can someone help me on it please? Thanks!