adobe / adobe/aem-project-archetype
Template Types should be deployed with "replace" filter
- Dominant language
- JavaScript
- Stars
- 596
- Forks
- 431
- Avg merge
- 10d 6h
- Merged PRs (30d)
- 1
Description
Though it is possible for templates to be created and managed by power users within the AEM UI, template "types" (i.e. the templates used to create templates) are manageable only via code.
The default filter that deploys template types is simply the high level one for conf with `merge` mode
```
```
The `template-types` folder should be deployed with `replace` mode to ensure changes from the code base to template types are always deployed successfully to servers.
Contributor guide
Research direction
Locate the archetype's filter configuration for /conf/mysite and inspect how the template-types folder is represented. Verify the generated deployment filter and change that folder's mode from merge to replace, then confirm the resulting configuration consistently deploys template type changes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100