adobe / aem-spa-project-archetype

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

Build Failing while Creating project #40

Closed pawan-mittal closed 5 years ago

pawan-mittal commented 5 years ago

Hey, this is really cool archetype to get started with AEM SPA editor. I am happy to see it available, earlier I used a shell script to modify references in reference spa app for generating custom SPA project which was provided in the BETA release. Excited to use in my next demo soon :) .

Another side -

Issue 1 - please update README.md file with latest version 1.0.3-SNAPSHOT but currently it's set -DarchetypeVersion=1.0.0-SNAPSHOT. Updating version fixed build issue.

Issue 2- while Creating project in interactive mode, projectName and projectTitle are set always with default values, My Sample SPA and mysamplespa

lydiapuric commented 5 years ago

Thanks a lot Pawan!

Issue 1: Updated!

Issue 2: will be addressed with https://github.com/adobe/aem-spa-project-archetype/issues/41. 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. Workaround: It is possible to change the default value by answering N to the final confirmation prompt.