Konrad Windszus created MASFRES-69:
--------------------------------------
Summary: 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
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 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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)