adobe / aem-project-archetype

Maven template to create best-practice websites on AEM.
https://experienceleague.adobe.com/docs/experience-manager-core-components/using/developing/archetype/overview.html
Apache License 2.0
533 stars 409 forks source link

fix: rename includeCommerce to includeCif #1176

Closed Buuhuu closed 3 months ago

Buuhuu commented 3 months ago

Description

When creating a new project in cloud manager using archetype, cloud manager passes all solutions enabled to the archetype maven plugin, like -DincludeSites=y, -DincludeAssets=y, ... and also -DincludeCif=y. However, we called it includeCommerce and not includeCif. With this PR we rename the property in order to match what cloud manager is using.

Related Issue

Motivation and Context

Automatically create projects with CIF Core Components enabled when the CIF addon is available in the program.

How Has This Been Tested?

integration tests

Screenshots (if appropriate):

Types of changes

Checklist: