scr plugin isn't enabled in jackrabbit-classloader, scripting-core and
scripting-jsp
------------------------------------------------------------------------------------
Key: SLING-18
URL: https://issues.apache.org/jira/browse/SLING-18
Project: Sling
Issue Type: Task
Reporter: Edgar Poce
Priority: Minor
The scripting component doesn't work because the services are not registered in
jackrabbit-classloader, scripting-core and scripting-jsp
proposed fix
e.g.
Index: /home/epoce/hd2/projects/sling/trunk/scripting-jsp/pom.xml
===================================================================
--- /home/epoce/hd2/projects/sling/trunk/scripting-jsp/pom.xml (revision
578464)
+++ /home/epoce/hd2/projects/sling/trunk/scripting-jsp/pom.xml (working copy)
@@ -50,6 +50,10 @@
<build>
<plugins>
<plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-scr-plugin</artifactId>
+ </plugin>
+ <plugin>
<groupId>org.apache.sling</groupId>
<artifactId>maven-sling-plugin</artifactId>
</plugin>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.