adobe / aem-spa-project-archetype

Maven Archetype for creating new AEM SPA projects
Apache License 2.0
61 stars 32 forks source link

Remove all default values from archetype required properties #41

Closed lydiapuric closed 4 years ago

lydiapuric commented 5 years ago

There is a known issue with required properties to set which have default values, see https://issues.apache.org/jira/browse/ARCHETYPE-308?attachmentSortBy=fileName. As this issue is from 2015 and seems to needs some while to be fixed, remove all default values from archetype required properties

Note: With generate goal, the first time, no default value is asked for. When you answer N to confirmation, then any property is asked for, proposing a default value.