Ian Maxon has submitted this change and it was merged. Change subject: Include markdown files in source assembly ......................................................................
Include markdown files in source assembly Change-Id: Iadb5074d0e0d4fb2b7d4303aa405e9fc91f44ac6 Reviewed-on: https://asterix-gerrit.ics.uci.edu/429 Reviewed-by: Ian Maxon <[email protected]> Reviewed-by: Till Westmann <[email protected]> Tested-by: Jenkins <[email protected]> --- M src/main/assembly/source.xml 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Ian Maxon: Looks good to me, approved Till Westmann: Looks good to me, approved Jenkins: Verified diff --git a/src/main/assembly/source.xml b/src/main/assembly/source.xml index 024e742..3dc6d96 100644 --- a/src/main/assembly/source.xml +++ b/src/main/assembly/source.xml @@ -53,6 +53,7 @@ <include>**/*.txt</include> <include>**/part-*</include> <include>**/*.cleaned</include> + <include>**/*.md</include> </includes> <excludes> <exclude>**/${project.build.directory}/**</exclude> -- To view, visit https://asterix-gerrit.ics.uci.edu/429 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iadb5074d0e0d4fb2b7d4303aa405e9fc91f44ac6 Gerrit-PatchSet: 2 Gerrit-Project: asterixdb Gerrit-Branch: release-0.8.7 Gerrit-Owner: Ian Maxon <[email protected]> Gerrit-Reviewer: Ian Maxon <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Till Westmann <[email protected]>
