creating new project
Hi,
I am creating a new project using below archetype after that when I run mvn clean install I got an error that ui.frontend module test cases field but I have not made any changes to the test cases files.
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=35 \
-D appTitle="Practice SPA React App" \
-D appId="wknd-spa-react" \
-D artifactId="aem-practice-spa.react" \
-D groupId="com.practice.react" \
-D frontendModule="react" \
-D aemVersion="cloud"
does this archetype work?