Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

AEM Archetype 23 Angular Project build error

Avatar

Level 1

While building AEM Archetype 23 Angular project, following error comes up on the Linux environment. On Windows it is working fine.

 

91166883-ad2a6e00-e6f0-11ea-9d9f-3b64a7abef0b.png

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

6.5
2 Replies

Avatar

Community Advisor

@viveks61137741 Can you help me with the command configurations you used to create this project?

Avatar

Level 1

After creating the project through Archetype 23 through -

 

mvn -B archetype:generate \
-D archetypeGroupId=com.adobe.granite.archetypes \
-D archetypeArtifactId=aem-project-archetype \
-D archetypeVersion=23 \
-D aemVersion=6.5.0 \
-D includeDispatcherConfig=n \
-D appTitle="My App" \
-D appId="myapp" \
-D groupId="com.adobe.aem.myapp" \
-D frontendModule=angular \
-D package=com.adobe.aem.myapp.angular \
-D includeExamples=n

 

then while running following command, i am facing the issue 

 

mvn -PautoInstallSinglePackage clean install