AEM Project Setup Issue | Adobe Higher Education
Skip to main content
이 주제는 답변이 닫혔습니다.
최고의 답변: Bhuwan_B

@himanshu_jain 

tried that as well but getting 

same error

 


@akshaybhujbale Run above command as a elevated user or Run as Administrator or try excluding dispatcher module from build if you don't need that.

https://experienceleague.adobe.com/docs/experience-manager-core-components/using/developing/archetype/using.html?lang=en

mvn -B archetype:generate -D archetypeGroupId=com.adobe.aem -D archetypeArtifactId=aem-project-archetype -D archetypeVersion=36 -D appTitle="My Site" -D appId="mysite" -D groupId="com.mysite" -D artifactId="mysite" -D version="0.0.1-SNAPSHOT" -D aemVersion=6.5.13 -D frontendModule=none -D includeExamples=y -D includeDispatcherConfig=n -D includeErrorHandler=y

1 답변

arunpatidar
Community Advisor
Community Advisor
June 13, 2022

Hi,

Use Command line, it is juts one time activity

https://github.com/adobe/aem-project-archetype 

Arun Patidar
Level 6
June 13, 2022

Hi @arunpatidar 

tried using this command :

mvn -B org.apache.maven.plugins:maven-archetype-plugin:3.2.1:generate -D aemVersion=6.5.7 -D archetypeGroupId=com.adobe.aem -D archetypeArtifactId=aem-project-archetype -D archetypeVersion=36 -D appTitle="My Site" -D appId="mysite" -D groupId="com.mysite"

 but getting this error 

 

Bhuwan_B
Community Advisor
Bhuwan_BCommunity Advisor답변
Community Advisor
June 13, 2022

@himanshu_jain 

tried that as well but getting 

same error

 


@akshaybhujbale Run above command as a elevated user or Run as Administrator or try excluding dispatcher module from build if you don't need that.

https://experienceleague.adobe.com/docs/experience-manager-core-components/using/developing/archetype/using.html?lang=en

mvn -B archetype:generate -D archetypeGroupId=com.adobe.aem -D archetypeArtifactId=aem-project-archetype -D archetypeVersion=36 -D appTitle="My Site" -D appId="mysite" -D groupId="com.mysite" -D artifactId="mysite" -D version="0.0.1-SNAPSHOT" -D aemVersion=6.5.13 -D frontendModule=none -D includeExamples=y -D includeDispatcherConfig=n -D includeErrorHandler=y