adobe / aem-project-archetype

Maven template to create best-practice websites on AEM.
https://experienceleague.adobe.com/docs/experience-manager-core-components/using/developing/archetype/overview.html
Apache License 2.0
546 stars 421 forks source link

Interactive Mode with frontendModule="decoupled" not working #1068

Open nhirrle opened 1 year ago

nhirrle commented 1 year ago

Expected Behaviour

Interactive Mode with frontendModule="decoupled" is not working. It's working fine when passing -D frontendModule="decoupled" option

Actual Behaviour

With interactive mode, message Define value for property 'frontendModule' (should match expression '^(none|general|angular|react)$') general is prompted but with no decoupled option.

Reproduce Scenario (including but not limited to)

Steps to Reproduce

1.) mvn org.apache.maven.plugins:maven-archetype-plugin:3.2.1:generate -D archetypeGroupId=com.adobe.aem -D archetypeArtifactId=aem-project-archetype -D archetypeVersion=41 -D appTitle="my site" -D appId="mysite" -D groupId="com.mysite" 2.) When beeing asked for Confirm properties configuration reply with n 3.) Use default properties apart from frontendModule