You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2017/12/20 23:21:59 UTC

[beam] branch master updated: [BEAM-3357] Add generated pb2 files to mvn clean. (#4287)

This is an automated email from the ASF dual-hosted git repository.

altay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 4570fac  [BEAM-3357] Add generated pb2 files to mvn clean. (#4287)
4570fac is described below

commit 4570fac6bb2bede0f334cef4e86a1e739d1e6b7e
Author: Udi Meiri <ud...@users.noreply.github.com>
AuthorDate: Wed Dec 20 15:21:56 2017 -0800

    [BEAM-3357] Add generated pb2 files to mvn clean. (#4287)
    
    * Add generated pb2 files to mvn clean.
    * Clean up *.c *.so *.egg files from sdks/python.
---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index 8abd915..987a995 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2010,6 +2010,10 @@
                   <include>**/sdks/python/LICENSE</include>
                   <include>**/sdks/python/NOTICE</include>
                   <include>**/sdks/python/README.md</include>
+                  <include>**/sdks/python/apache_beam/portability/api/*pb2*.*</include>
+                  <include>**/sdks/python/**/*.c</include>
+                  <include>**/sdks/python/**/*.so</include>
+                  <include>**/sdks/python/**/*.egg</include>
                 </includes>
                 <followSymlinks>false</followSymlinks>
               </fileset>

-- 
To stop receiving notification emails like this one, please contact
['"commits@beam.apache.org" <co...@beam.apache.org>'].