You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2008/07/25 10:01:33 UTC

[jira] Created: (FELIX-645) Define default properties in pom

Define default properties in pom
--------------------------------

                 Key: FELIX-645
                 URL: https://issues.apache.org/jira/browse/FELIX-645
             Project: Felix
          Issue Type: Improvement
          Components: Maven SCR Plugin
    Affects Versions: maven-scr-plugin-1.0.6
            Reporter: Carsten Ziegeler
            Assignee: Carsten Ziegeler
             Fix For: maven-scr-plugin-1.0.7


It would be nice to be able to define default properties for each contained service directly in the pom, like a "service.vendor" property etc.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (FELIX-645) Define default properties in pom

Posted by "Carsten Ziegeler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler closed FELIX-645.
----------------------------------

    Resolution: Fixed

Private string properties can now be added to every service by

<configuration>
  <properties>
     <name>value</name>
  </properties>
</configuration>

> Define default properties in pom
> --------------------------------
>
>                 Key: FELIX-645
>                 URL: https://issues.apache.org/jira/browse/FELIX-645
>             Project: Felix
>          Issue Type: Improvement
>          Components: Maven SCR Plugin
>    Affects Versions: maven-scr-plugin-1.0.6
>            Reporter: Carsten Ziegeler
>            Assignee: Carsten Ziegeler
>             Fix For: maven-scr-plugin-1.0.7
>
>
> It would be nice to be able to define default properties for each contained service directly in the pom, like a "service.vendor" property etc.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.