adobe/aem-project-archetype

Include AEM Maintenance Task configurations in Archetype

Open

#274 opened on Nov 18, 2019

View on GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (430 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (594 stars)
PR merge metrics
 (PR metrics pending)

Description

It would be nice if the Maven Archetype would generate the AEM Maven Archetype with AEM Maintenance Task OSGi Configurations as well as Maintenance Window definitions.

These configurations should:

  • Target the correct run-modes (Author) when possible. (ie. OSGi configurations places in config.author, the Maintenance Window context-aware configs likely are fine to deploy Author/Publish since deploying mutable content only on author requires a discrete Content package, which seems heavy-handed for something that will simply NOOP)
  • Provide reasonable defaults

Contributor guide