Repository: asterixdb Updated Branches: refs/heads/master 4c9260c48 -> d60014fb0
ASTERIXDB-1870 - Cannot Build From 0.9.1 RC0 SA Fix RAT failure when building from source assembly, by no longer including release-time git.properties in the source assembly Change-Id: Ia3daf97b93ba4ffc5c69823213a455adbdf6e38c Reviewed-on: https://asterix-gerrit.ics.uci.edu/1658 Sonar-Qube: Jenkins <[email protected]> Tested-by: Jenkins <[email protected]> Integration-Tests: Jenkins <[email protected]> Reviewed-by: Ian Maxon <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/asterixdb/repo Commit: http://git-wip-us.apache.org/repos/asf/asterixdb/commit/d60014fb Tree: http://git-wip-us.apache.org/repos/asf/asterixdb/tree/d60014fb Diff: http://git-wip-us.apache.org/repos/asf/asterixdb/diff/d60014fb Branch: refs/heads/master Commit: d60014fb08a3f3ff4464b2c4b8dbca6ffbe546b8 Parents: 4c9260c Author: Michael Blow <[email protected]> Authored: Mon Apr 3 21:36:56 2017 -0400 Committer: Ian Maxon <[email protected]> Committed: Mon Apr 3 23:32:37 2017 -0700 ---------------------------------------------------------------------- asterixdb/src/main/assembly/source.xml | 10 ---------- 1 file changed, 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/asterixdb/blob/d60014fb/asterixdb/src/main/assembly/source.xml ---------------------------------------------------------------------- diff --git a/asterixdb/src/main/assembly/source.xml b/asterixdb/src/main/assembly/source.xml index 34fc3e9..6552829 100644 --- a/asterixdb/src/main/assembly/source.xml +++ b/asterixdb/src/main/assembly/source.xml @@ -30,18 +30,8 @@ <useDefaultExcludes>true</useDefaultExcludes> <excludes> <exclude>**/${project.build.directory}/**</exclude> - <exclude>**/git.properties</exclude> <exclude>release.properties</exclude> - <exclude>asterix-app/src/test/resources/externallib/**</exclude> - <exclude>asterix-installer/src/test/resources/clusterts/asterix-installer-*-binary-assembly/**</exclude> </excludes> </fileSet> - <fileSet> - <directory>asterix-app/target/classes</directory> - <outputDirectory>./asterix-app/src/main/resources/</outputDirectory> - <includes> - <include>git.properties</include> - </includes> - </fileSet> </fileSets> </assembly>
