adobe / aem-spa-project-archetype

Maven Archetype for creating new AEM SPA projects
Apache License 2.0
61 stars 32 forks source link

Move `core` to external package #132

Closed samuelmeuli closed 4 years ago

samuelmeuli commented 4 years ago
Q                       A
Fixed Issues?
Patch: Bug Fix? No
Minor: New Feature? No
Major: Breaking Change? Yes
Tests Added + Pass? No (located in the external package)
Documentation Provided Yes (comments in POM files)
Any Dependency Changes? Yes
License Apache License, Version 2.0

This PR replaces the HierarchyPage with the com.adobe.aem:spa.project.core Maven package, making this repository easier to understand and allowing users to benefit from updates after generating a project from the archetype.

Internal issue: CQ-4277587