- Gradle AEM Plugin (documentation)
- Gradle AEM Multi (multi-module project archetype)
- Gradle AEM Single (single-module project archetype)
sh gradlew :build- check if Gradle is able to build packagesh gradlew :aemDeploy- install package to defined AEM instance(s)
Multi-module:
git clone git@github.com:Cognifide/gradle-aem-multi.git && cd gradle-aem-multi && gradlew forkSingle-module:
git clone git@github.com:Cognifide/gradle-aem-single.git && cd gradle-aem-single && gradlew forkTo create user-specific settings file, enter forked project directory and run command:
sh gradlew propsTo create local development environment run command:
sh gradlew aemSetup