You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@clerezza.apache.org by "Reto Gmür (JIRA)" <ji...@apache.org> on 2015/03/18 20:31:38 UTC

[jira] [Commented] (CLEREZZA-696) Remove scr-plugin from parent

    [ https://issues.apache.org/jira/browse/CLEREZZA-696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14367730#comment-14367730 ] 

Reto Gmür commented on CLEREZZA-696:
------------------------------------

projects using the latest parent have to add

            <plugin>
                <groupId>org.apache.felix</groupId>
                <artifactId>maven-scr-plugin</artifactId>
            </plugin>

If they use declarative services via annotations

> Remove scr-plugin from parent
> -----------------------------
>
>                 Key: CLEREZZA-696
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-696
>             Project: Clerezza
>          Issue Type: Improvement
>            Reporter: Reto Gmür
>            Priority: Minor
>
> Currently the felix scr-plugin is enabled in the clerezza parent. I think this should be enabled only on project were it is needed.
> Reasons:
> - Scala project do not work with scr configuration
> - Standard annotations can be used as per DS 1.2, this is implemented https://github.com/carrot-garden/carrot-osgi/tree/master/carrot-osgi-anno-scr and possibly also by BND (used by maven-bundle-plugin)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)