adobe / aem-spa-project-archetype

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

Core - Add maven-scr-plugin to pom.xml #68

Closed ittaibaratz closed 5 years ago

ittaibaratz commented 5 years ago

In order to extract OSGi services from the core package created by the archetype, add maven-scr-plugin to the POM.

Use case - Create servlets to be consumed by the SPA, OSGi services consumed by Sling Models, etc.

Will provide a PR when I get a chance.