adobe / aem-spa-project-archetype

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

Updated documentation for latest release and added troubleshooting #101

Closed asharron closed 4 years ago

asharron commented 4 years ago

Referenced Issue: None

Description I found it a bit confusing as someone who is not too familiar with Maven why the command for generating the maven archetype was not working after following the README.

Turned out the the documentation wasn't updated for the latest release, so I was instead trying to invoke the previous snapshot version, causing the error.

To try and help other devs that may run into this issue, I updated the documentation to the latest snapshot version and added a troubleshooting section explaining how to find the latest version of the archetype.

Please review :)

samuelmeuli commented 4 years ago

Hey @asharron, thanks for opening the PR! Now that https://github.com/adobe/aem-spa-project-archetype/pull/102 is merged, it should no longer be necessary to specify a version once we release to the Central Repository. So, I suggest we close this PR to keep the README simple :)