You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by sn...@apache.org on 2019/02/15 05:05:38 UTC

[incubator-pinot] branch master updated: Remove temp files from maven-release plugin from source tarbell (#3845)

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 <sn...@linkedin.com>
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: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org