Repository: incubator-atlas Updated Branches: refs/heads/master 7653e5063 -> b582b0cf5
ATLAS-81 atlas debian packaing fails in maven build (vijay_k via shwethags) Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/b582b0cf Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/b582b0cf Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/b582b0cf Branch: refs/heads/master Commit: b582b0cf5baff9b93b6411885e8e5d4628b3f985 Parents: 7653e50 Author: Shwetha GS <[email protected]> Authored: Mon Jul 20 15:50:41 2015 +0530 Committer: Shwetha GS <[email protected]> Committed: Mon Jul 20 15:50:41 2015 +0530 ---------------------------------------------------------------------- pom.xml | 3 +++ release-log.txt | 1 + 2 files changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/b582b0cf/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6e7c10c..b94c92b 100755 --- a/pom.xml +++ b/pom.xml @@ -1270,6 +1270,9 @@ <excludes> <exclude>*.txt</exclude> <exclude>**/*.json</exclude> + <exclude>.pc/**</exclude> + <exclude>debian/**</exclude> + <exclude>.svn/**</exclude> <exclude>.git/**</exclude> <exclude>.gitignore</exclude> <exclude>**/.idea/**</exclude> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/b582b0cf/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index d10cb94..83c7ea1 100644 --- a/release-log.txt +++ b/release-log.txt @@ -8,6 +8,7 @@ ATLAS-54 Rename configs in hive hook (shwethags) ATLAS-3 Mixed Index creation fails with Date types (suma.shivaprasad via shwethags) ALL CHANGES: +ATLAS-81 atlas debian packaing fails in maven build (vijay_k via shwethags) ATLAS-31 ATLAS build fails with clean repo (suma.shivaprasad via shwethags) ATLAS-33 Atlas restart fails (shwethags) ATLAS-10 Update trunk version to 0.6-incubating-SNAPSHOT (shwethags)
