wttech / gradle-aem-multi

Example Multi-Module AEM application built by Gradle Build System
https://tech.cognifide.com/tag/gradle-aem-plugin
Apache License 2.0
31 stars 18 forks source link

Align to GAP release 11.0.0 #120

Closed pun-ky closed 4 years ago

pun-ky commented 4 years ago

Changes:

As a result, sub-projects underapp responsibilities are only wired with building artifacts. Environment sub-project sets up AEM local instances (author & publish) and could set up other services based on Docker (e.g AEM dispatcher on CentOS).

These 2 directories could be used separately. After generating project, app or env directories could be deleted or extracted to separate Git repositories.

As of contents of app directory was generated from Maven archetype, corresponding pom.xml files could be recovered. In that way, the project could support dual-build (Gradle & Maven). Maven supported in case of Adobe Cloud Manager compatibility and Gradle in case of quick powerful build and capability of setting automatically local AEM environments.