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/12/11 20:37:00 UTC

[jira] [Resolved] (JCRVLT-230) Allow to give an explicit directory as source for META-INF/vault

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

Tobias Bocanegra resolved JCRVLT-230.
-------------------------------------
    Resolution: Fixed

fixed in r1817823

> Allow to give an explicit directory as source for META-INF/vault
> ----------------------------------------------------------------
>
>                 Key: JCRVLT-230
>                 URL: https://issues.apache.org/jira/browse/JCRVLT-230
>             Project: Jackrabbit FileVault
>          Issue Type: Improvement
>          Components: package maven plugin
>    Affects Versions: package-maven-plugin-1.0.0
>            Reporter: Konrad Windszus
>            Assignee: Tobias Bocanegra
>             Fix For: package-maven-plugin-1.0.1
>
>
> Currently the {{META-INF/vault}} structure within the packages is built from {{<workDirectory>/META-INF/vault}}.
> This directory is used for two purposes
> # It receives the generated filter.xml, the merged properties.xml, the config.xml and the settings.xml
> # It acts as a source for the resulting package's META-INF/vault
> Not all meta files below META-INF/vault are being generated through the plugin itself. Some need to be written manually to {{workDirectory}} with the help of the {{maven-resource-plugin}}.
> It would be good to allow to give an explicit source directory for the META-INF/vault directory (similar to {{jcrSourceDirectory}}) separated from {{workDirectory}}. This would allow to e.g. specify the packages thumbnail image, without being forced to copy it over to from src to target.
> In addition this parameter should clearly define which meta files are always generated by the filevault-package-maven-plugin and are therefore never considered, even if they are located in the given META-INF/vault source directory.



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