adobe / aemanalyser-maven-plugin

A Maven plugin used by developers who develop Java components for AEMaaCS (AEM as a Cloud Service) during their local Java builds to ensure that their components work correctly in when deployed to AEM as a Cloud Service.
Apache License 2.0
21 stars 19 forks source link

Support for multiple interdependent container content packages #219

Open kwin opened 3 months ago

kwin commented 3 months ago

Currently each container package is analysed separately which means that dependencies from one container content package to another is not correctly reflected in the analysis as the plugin incorrectly assumes that this package must run standalone on AEM. There should be a way to merge with another container package before executing analysis tasks like api-regions-exportsimports which otherwise emits lots of false positives.

kwin commented 3 months ago

Although the readme states one should add an artificial analyse module containing all relevant container packages as dependencies this does sometimes not scale well