[
https://issues.apache.org/jira/browse/JCRVLT-210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16196065#comment-16196065
]
Konrad Windszus commented on JCRVLT-210:
----------------------------------------
The following would probably be good to add as default exclusions as well,
because it is pretty common to also import/sync into the buildDirectory from
some JCR via Vlt.
# Vlt conflict marker files:
https://github.com/apache/jackrabbit-filevault/blob/0dcf09d58fa40cbe3bc24dcb6a00281123bd5a1c/vault-vlt/src/main/java/org/apache/jackrabbit/vault/vlt/meta/xml/XmlEntry.java#L217
# Vlt Meta Directory:
https://github.com/apache/jackrabbit-filevault/blob/trunk/vault-vlt/src/main/java/org/apache/jackrabbit/vault/vlt/VltDirectory.java#L47.
> Allow to define excludes for the ContentPackageArchiver to prevent copying of
> script files from src to target
> -------------------------------------------------------------------------------------------------------------
>
> Key: JCRVLT-210
> URL: https://issues.apache.org/jira/browse/JCRVLT-210
> Project: Jackrabbit FileVault
> Issue Type: Improvement
> Components: package maven plugin
> Reporter: Konrad Windszus
>
> Similar to the {{maven-war-plugin}} it should be possible to define exclusion
> filename patterns of files which should never end up in the filevault package
> (compare with
> https://maven.apache.org/plugins/maven-war-plugin/war-mojo.html, parameter
> {{warSourceExcludes}}).
> The following filenames come to my mind, which would be useful to exclude by
> default:
> # .DS_Store
> # SVN files
> # Git fles
> # FileVault conflict files
> That way it would be possible to create the package based on the source
> directory without being forced to first use the {{maven-resource-plugin}} to
> copy them somewhere to {{/target}} and do the filtering there.
> That would speed up the generation of large packages a lot.
> At the same time the default value of parameter {{builtContentDirectory}}
> could be modified to point to the source directory e.g.
> {{${basedir}/src/main/jcr_root}}.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)