Commit 89175edc by Shwetha GS

ATLAS-934 Exclude temp files in source package (shwethags)

parent ce7d83c1
......@@ -42,6 +42,10 @@
<exclude>dashboard/node*/**</exclude> <!-- temp libs -->
<exclude>dashboard/dist/**</exclude> <!-- package -->
<exclude>dashboard/*.min.js*</exclude> <!-- minified JS -->
<exclude>distro/hbase/**</exclude>
<exclude>distro/solr/**</exclude>
<exclude>**/${sys:atlas.data}/**</exclude>
<exclude>**/atlas.data/**</exclude>
</excludes>
</fileSet>
</fileSets>
......
......@@ -40,6 +40,7 @@ ATLAS-409 Atlas will not import avro tables with schema read from a file (dosset
ATLAS-379 Create sqoop and falcon metadata addons (venkatnrangan,bvellanki,sowmyaramesh via shwethags)
ALL CHANGES:
ATLAS-934 Exclude temp files in source package (shwethags)
ATLAS-933 Test failure: HiveHookIT.testInsertIntoTable (shwethags)
ATLAS-856 Lazy-load type cache provider (dkantor via shwethags)
ATLAS-931 Delete entities fails when hard delete is configured (dkantor via sumasai)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment