Skip to content

Instantly share code, notes, and snippets.

@hemanth415
Last active December 27, 2018 20:11
Show Gist options
  • Save hemanth415/403b6743de6affcb5e83c559f18f0fe8 to your computer and use it in GitHub Desktop.
Save hemanth415/403b6743de6affcb5e83c559f18f0fe8 to your computer and use it in GitHub Desktop.
Generally AEM project can be created/structured leveraging Lazybones using the below command:
$ lazybones create aem-multimodule-project <project-directory-name>
Occationally, the above command fails to the project creation.
Unexpected failure: Connection reset
Cannot create a new project when the template isn't locally cached or no version is specified
In order to resolve the above error, we have to tweek the above command with the addition of relase version.
$ lazybones create aem-multimodule-project 0.1.0 <project-directory-name>
https://github.com/pledbrook/lazybones
https://github.com/Adobe-Consulting-Services/lazybones-aem-templates/releases
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment