commit | 93fe30a10e208d857c62a6c307e0352c6ad2ecde | [log] [tgz] |
---|---|---|
author | Ian Maxon <imaxon@apache.org> | Fri Oct 02 11:46:45 2015 -0700 |
committer | Ian Maxon <imaxon@apache.org> | Fri Oct 02 14:48:47 2015 -0700 |
tree | 2c7dff889b754d260a0d14575c06678924946120 | |
parent | 5b431ca44abdcaf24d721ed2155ccf45a1c3f21f [diff] |
Include markdown files in source assembly Change-Id: Iadb5074d0e0d4fb2b7d4303aa405e9fc91f44ac6 Reviewed-on: https://asterix-gerrit.ics.uci.edu/429 Reviewed-by: Ian Maxon <imaxon@apache.org> Reviewed-by: Till Westmann <tillw@apache.org> Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
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>