aemanalyser-maven-plugin icon indicating copy to clipboard operation
aemanalyser-maven-plugin copied to clipboard

Use EXTRACT_AND_REMOVE instead of KEEP for sling initial content policy

Open niekraaijmakers opened this issue 3 years ago • 1 comments

Expected Behaviour

The resulting packages and feature models need to be in line with the currently used build image process. As we perform EXTRACT_AND_REMOVE internally and designate the mutable content to a separate folder, we should do the same in here.

The reason we extract the sling initial content is so that we can install the mutable content separately in the install mutable content deployment step.

Actual Behaviour

Currently the sling initial content policy is set to KEEP. This results the sling initial content to be kept in the origin packages instead of being put in a separate one.

Reproduce Scenario (including but not limited to)

Steps to Reproduce

Platform and Version

Sample Code that illustrates the problem

Logs taken while reproducing problem

niekraaijmakers avatar Aug 24 '22 07:08 niekraaijmakers

@niekraaijmakers I assume this issue can be closed?

cziegeler avatar Oct 13 '22 05:10 cziegeler