IGNITE-4735: CPP: Fixed a problem with missing sources having "target" word in name. This closes #1562.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/43fea35a Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/43fea35a Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/43fea35a Branch: refs/heads/master Commit: 43fea35aaf92fe50c74ff0359fafe5377d88637f Parents: 437f374 Author: isapego <[email protected]> Authored: Wed Feb 22 12:08:54 2017 +0300 Committer: devozerov <[email protected]> Committed: Wed Feb 22 12:08:54 2017 +0300 ---------------------------------------------------------------------- assembly/release-sources.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/43fea35a/assembly/release-sources.xml ---------------------------------------------------------------------- diff --git a/assembly/release-sources.xml b/assembly/release-sources.xml index 96e54f9..cc33f3e 100644 --- a/assembly/release-sources.xml +++ b/assembly/release-sources.xml @@ -31,7 +31,8 @@ <useDefaultExcludes>true</useDefaultExcludes> <excludes> <!-- build output --> - <exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/).*${project.build.directory}.*]</exclude> + <exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/).*${project.build.directory}/.*]</exclude> + <exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/).*${project.build.directory}]</exclude> <!-- NOTE: Most of the following excludes should not be required if the standard release process is followed. This is because the
