Adopt Maven Daemon (mvnd) as the default build engine in Cloud Manager pipelines
| Request for Feature Enhancement (RFE) Summary: | Introduce the Apache mvnd (Maven Daemon) wrapper in Adobe Cloud Manager so that the build step can reuse a long-lived JVM, parallelise module compilation, and dramatically cut cold-start overhead. This change targets only the build phase; the deploy phase likely remains untouched. |
| Use-case: | Large, multi-module AEM as a Cloud Service projects (often 10 + modules) can spend several minutes just starting Maven and resolving plugins for every pipeline run. In busy CI/CD setups (feature branch builds, frequent merges, scheduled quality gates) these wasted minutes quickly accumulate, slowing feedback loops and consuming CI minutes. |
| Current/Experienced Behavior: |
|
| Improved/Expected Behavior: |
|
| Environment Details (AEM version/service pack, any other specifics if applicable): | ---- |
| Customer-name/Organization name: | ---- |
| Screenshot (if applicable): | ---- |
| Code package (if applicable): |
---- |
Maven-Deamon (mvnd): https://github.com/apache/maven-mvnd
