How to include a core module package from one site in another site's core module?
I have an AEM project where a certain component uses the following Java class: /core/src/main/java/com/mysite/core/util/MyClass.java.
I also have a different site that uses a separate AEM Project Archetype. I would like to use MyClass.java in the core module of the second site, however I'm not sure how to go about adding the dependency. Is there any documentation on this?
