This is an automated email from the ASF dual-hosted git repository.
snlee pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
The following commit(s) were added to refs/heads/master by this push:
new 2a38602 Remove temp files from maven-release plugin from source
tarbell (#3845)
2a38602 is described below
commit 2a3860229a44e0c8fda8830792933b49b7995477
Author: Seunghyun Lee <[email protected]>
AuthorDate: Thu Feb 14 21:05:33 2019 -0800
Remove temp files from maven-release plugin from source tarbell (#3845)
---
pinot-distribution/pinot-source-assembly.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/pinot-distribution/pinot-source-assembly.xml
b/pinot-distribution/pinot-source-assembly.xml
index a7da7ac..0d23264 100644
--- a/pinot-distribution/pinot-source-assembly.xml
+++ b/pinot-distribution/pinot-source-assembly.xml
@@ -41,6 +41,10 @@
<exclude>.codecov*</exclude>
<exclude>.gitignore</exclude>
<exclude>contrib/**</exclude>
+
+ <!-- Do not include temp files created by maven-release-plugin -->
+ <exclude>**/*.releaseBackup</exclude>
+ <exclude>release.properties</exclude>
</excludes>
</fileSet>
</fileSets>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]