You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Tobias Bocanegra (JIRA)" <ji...@apache.org> on 2017/11/22 09:33:00 UTC

[jira] [Resolved] (JCRVLT-208) Add support for package storage outside /etc/packages

     [ https://issues.apache.org/jira/browse/JCRVLT-208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tobias Bocanegra resolved JCRVLT-208.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 3.1.44

fixed in r1816018.

the service {{org.apache.jackrabbit.vault.packaging.impl.PackagingImpl}} now allows for configuration of the package roots. for example:

{noformat}
org.apache.jackrabbit.vault.packaging.impl.PackagingImpl
    packageRoots=[
       "/var/packages",
       "/etc/packages"
    ]
{noformat}

> Add support for package storage outside /etc/packages
> -----------------------------------------------------
>
>                 Key: JCRVLT-208
>                 URL: https://issues.apache.org/jira/browse/JCRVLT-208
>             Project: Jackrabbit FileVault
>          Issue Type: Bug
>          Components: Packaging
>            Reporter: Tobias Bocanegra
>            Assignee: Tobias Bocanegra
>             Fix For: 3.1.44
>
>
> The jcr package manager hardcodes the packages root at /etc/packages. it should be possible to register other/different package roots. this could be used by systems that reserve /etc for something else.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)