- 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 [email protected]:Cognifide/gradle-aem-multi.git && cd gradle-aem-multi && gradlew fork
Single-module:
git clone [email protected]:Cognifide/gradle-aem-single.git && cd gradle-aem-single && gradlew fork
To create user-specific settings file, enter forked project directory and run command:
sh gradlew props
To create local development environment run command:
sh gradlew aemSetup