Hi, im very new with aem, and im trying to follow tutorial from this site,
https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-wknd-tutorial-devel...
But i got this error when running this command
and heres my java and mvn version
can u guys help me whats wrong? and how to resolve this peoblem, thank you.
Solved! Go to Solution.
Views
Replies
Total Likes
@hendrahaqq Welcome to Adobe Experience League Community, a great place to Collaborate and Learn. I just tried with the below command and it run perfectly fine.
mvn -B archetype:generate -D archetypeGroupId=com.adobe.aem -D archetypeArtifactId=aem-project-archetype -D archetypeVersion=26 -D appTitle="WKND Sites Project" -D appId="wknd" -D groupId="com.adobe.aem.guides.wknd" -D artifactId="aem-guides-wknd" -D version="0.0.1-SNAPSHOT" -D aemVersion="cloud"
Can you please confirm once?
@hendrahaqq Welcome to Adobe Experience League Community, a great place to Collaborate and Learn. I just tried with the below command and it run perfectly fine.
mvn -B archetype:generate -D archetypeGroupId=com.adobe.aem -D archetypeArtifactId=aem-project-archetype -D archetypeVersion=26 -D appTitle="WKND Sites Project" -D appId="wknd" -D groupId="com.adobe.aem.guides.wknd" -D artifactId="aem-guides-wknd" -D version="0.0.1-SNAPSHOT" -D aemVersion="cloud"
Can you please confirm once?
Hi @hendrahaqq
I hope youre executing this mvn generate command of archetype inside a folder where a pom already exists(may be a git checkout project). Please create a empty folder and execute this command from that folder.
Please refer the thread : https://github.com/adobe/aem-project-archetype/issues/99
Hope this helps.
Regards,
Raja
Hi thanks for replying, yes i created empty folder and created my own pom.xl and run the command there.
but the link you give said that i need to run the command in the directory without pom.xml.
heres the content of my pom.xml
Views
Replies
Total Likes