[
https://issues.apache.org/jira/browse/MASFRES-69?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17863884#comment-17863884
]
Michael Osipov commented on MASFRES-69:
---------------------------------------
It should be {{target/}} and not {{target}} as substring...
> All files having a filename containing "target" are excluded
> ------------------------------------------------------------
>
> Key: MASFRES-69
> URL: https://issues.apache.org/jira/browse/MASFRES-69
> Project: Apache Maven Resource Bundles
> Issue Type: Bug
> Components: apache-source-release-assembly-descriptor
> Affects Versions: apache-resources 1.5
> Reporter: Konrad Windszus
> Priority: Major
>
> Due to the exclude pattern from
> https://github.com/apache/maven-apache-resources/blame/f609acfd574277be6382ce381f65cab2db895d8d/source-release/src/main/resources/assemblies/source-shared.xml#L30
> every file/directory with a name containing {{target}} is excluded.
> This e.g. affects the file
> https://github.com/apache/jackrabbit-filevault/blob/master/vault-sync/min-target.bndrun
> which is relevant for the build, but is excluded due to having {{target}}
> (${project.build.directory}) in its name. Also the module
> https://github.com/apache/jackrabbit-filevault/tree/master/target-osgi-environment
> including its children are missing.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)