You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2011/09/17 08:14:08 UTC

[jira] [Created] (KARAF-868) Manipulate Maven repositories at runtime

Manipulate Maven repositories at runtime
----------------------------------------

                 Key: KARAF-868
                 URL: https://issues.apache.org/jira/browse/KARAF-868
             Project: Karaf
          Issue Type: New Feature
          Components: karaf-core, karaf-repository
            Reporter: Jean-Baptiste Onofré
             Fix For: 2.2.4, 3.0.0


Currently, when we want to add a new Maven repository, we have to edit the etc/org.ops4j.pax.url.mvn.cfg to register this new repo.

This change requires a restart of Karaf.

It would be great to have a service to manipulate the Maven repositories and associated commands and MBeans.
Like this, the change could be performed at runtime without restart.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (KARAF-868) Manipulate Maven repositories at runtime

Posted by "Jean-Baptiste Onofré (Updated JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré updated KARAF-868:
---------------------------------------

    Fix Version/s:     (was: 2.2.4)
                   2.2.5
    
> Manipulate Maven repositories at runtime
> ----------------------------------------
>
>                 Key: KARAF-868
>                 URL: https://issues.apache.org/jira/browse/KARAF-868
>             Project: Karaf
>          Issue Type: New Feature
>          Components: karaf-core, karaf-repository
>            Reporter: Jean-Baptiste Onofré
>             Fix For: 2.2.5, 3.0.0
>
>
> Currently, when we want to add a new Maven repository, we have to edit the etc/org.ops4j.pax.url.mvn.cfg to register this new repo.
> This change requires a restart of Karaf.
> It would be great to have a service to manipulate the Maven repositories and associated commands and MBeans.
> Like this, the change could be performed at runtime without restart.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (KARAF-868) Manipulate Maven repositories at runtime

Posted by "Guillaume Nodet (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13165231#comment-13165231 ] 

Guillaume Nodet commented on KARAF-868:
---------------------------------------

And there's no need to restart whichever way you use (be it editing the file or using config commands).
                
> Manipulate Maven repositories at runtime
> ----------------------------------------
>
>                 Key: KARAF-868
>                 URL: https://issues.apache.org/jira/browse/KARAF-868
>             Project: Karaf
>          Issue Type: New Feature
>          Components: karaf-core, karaf-repository
>            Reporter: Jean-Baptiste Onofré
>             Fix For: 2.2.6, 3.0.0
>
>
> Currently, when we want to add a new Maven repository, we have to edit the etc/org.ops4j.pax.url.mvn.cfg to register this new repo.
> This change requires a restart of Karaf.
> It would be great to have a service to manipulate the Maven repositories and associated commands and MBeans.
> Like this, the change could be performed at runtime without restart.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (KARAF-868) Manipulate Maven repositories at runtime

Posted by "Guillaume Nodet (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet updated KARAF-868:
----------------------------------

    Fix Version/s:     (was: 2.2.6)
                       (was: 3.0.0)
                   3.1.0

Deferring to 3.1 as the current situation isn't really a problem.
                
> Manipulate Maven repositories at runtime
> ----------------------------------------
>
>                 Key: KARAF-868
>                 URL: https://issues.apache.org/jira/browse/KARAF-868
>             Project: Karaf
>          Issue Type: New Feature
>          Components: karaf-core, karaf-repository
>            Reporter: Jean-Baptiste Onofré
>             Fix For: 3.1.0
>
>
> Currently, when we want to add a new Maven repository, we have to edit the etc/org.ops4j.pax.url.mvn.cfg to register this new repo.
> This change requires a restart of Karaf.
> It would be great to have a service to manipulate the Maven repositories and associated commands and MBeans.
> Like this, the change could be performed at runtime without restart.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (KARAF-868) Manipulate Maven repositories at runtime

Posted by "Ioannis Canellos (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13124573#comment-13124573 ] 

Ioannis Canellos commented on KARAF-868:
----------------------------------------

This is not 100% true. You can edit the org.ops4j.pax.url.mvn either by editing the file or using the config:edit/config:propappend command and the change will apply without requiring a restart.

I agree however that having a command to edit the urls would be useful.
                
> Manipulate Maven repositories at runtime
> ----------------------------------------
>
>                 Key: KARAF-868
>                 URL: https://issues.apache.org/jira/browse/KARAF-868
>             Project: Karaf
>          Issue Type: New Feature
>          Components: karaf-core, karaf-repository
>            Reporter: Jean-Baptiste Onofré
>             Fix For: 2.2.5, 3.0.0
>
>
> Currently, when we want to add a new Maven repository, we have to edit the etc/org.ops4j.pax.url.mvn.cfg to register this new repo.
> This change requires a restart of Karaf.
> It would be great to have a service to manipulate the Maven repositories and associated commands and MBeans.
> Like this, the change could be performed at runtime without restart.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (KARAF-868) Manipulate Maven repositories at runtime

Posted by "Jean-Baptiste Onofré (Updated JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré updated KARAF-868:
---------------------------------------

    Fix Version/s:     (was: 2.2.5)
                   2.2.6
    
> Manipulate Maven repositories at runtime
> ----------------------------------------
>
>                 Key: KARAF-868
>                 URL: https://issues.apache.org/jira/browse/KARAF-868
>             Project: Karaf
>          Issue Type: New Feature
>          Components: karaf-core, karaf-repository
>            Reporter: Jean-Baptiste Onofré
>             Fix For: 2.2.6, 3.0.0
>
>
> Currently, when we want to add a new Maven repository, we have to edit the etc/org.ops4j.pax.url.mvn.cfg to register this new repo.
> This change requires a restart of Karaf.
> It would be great to have a service to manipulate the Maven repositories and associated commands and MBeans.
> Like this, the change could be performed at runtime without restart.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira