Failed to execute goal org.apache.felix:maven-scr-plugin:1.7.4:scr

Maven-Scr-Plugin Error in AEM

In this blog, I will explain an error occurred when we build an AEM project using – mvn clean install -P <Profile Name>, maven command. Error description is as shown below –    [ERROR] Failed to execute goal org.apache.felix:maven-scr-plugin:1.7.4:scr (generate-scr-descriptor) on project blog-bundle: SCR Descriptor parsing had failures (see log) -> [Help 1] [ERROR]  [ERROR] To […]

Read More

Common Error with AEM Services

  In this post, I will explain a common mistake we make, when we create a simple service class for AEM. Sometime we create a service class using @Service annotation  & build our project using –  mvn clean install -P<profileName>  command. We found an error as shown below – [ERROR] Failed to execute goal org.apache.felix:maven-scr-plugin:1.7.4:scr (generate-scr-descriptor) […]

Read More