Skip to content
This repository has been archived by the owner on Feb 21, 2020. It is now read-only.

Adding a pre-requisites module and core components #38

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

rbotha78
Copy link

In most AEM projects we typically have multiple app modules. Adding a pre-requisites module that contains sub-packages and embedded bundles is a way of keeping the application code away from the third-party embeds.

A good example is the Netcentric ACL tool where it installs a hook that needs to be called to apply ACLs. If this hook is not yet installed when the app package installs, the app package installation fails and requires a re-run of the package install.

Also adding core components as an option and updating the ACS AEM commons version.

Added a prereqs module.
Moved acs commons subpackage out of ui.apps into prereqs
Update ACS AEM Commons to latest version
@justinedelson
Copy link
Contributor

I like this idea, but should it be an option to create it?

@rbotha78
Copy link
Author

Hmmm. If it's an option and the user choose no, then fall back to ui.apps? Yeah, I guess. If you want a super simple setup, that makes sense.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants