You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@baremaps.apache.org by js...@apache.org on 2023/03/31 08:32:10 UTC

[incubator-baremaps] branch main updated: Add missing files in release and exclude unwanted folders (#610)

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

jsmith pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git


The following commit(s) were added to refs/heads/main by this push:
     new e0eecf45 Add missing files in release and exclude unwanted folders (#610)
e0eecf45 is described below

commit e0eecf451dfc68490fdb785449c01c0e5cbfa71c
Author: James Smith <sw...@gmail.com>
AuthorDate: Fri Mar 31 10:32:04 2023 +0200

    Add missing files in release and exclude unwanted folders (#610)
    
    Adding or excluding file in `assembly/src.xml` configuration file
---
 baremaps-cli/src/assembly/src.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/baremaps-cli/src/assembly/src.xml b/baremaps-cli/src/assembly/src.xml
index e57b00e5..6c06a666 100644
--- a/baremaps-cli/src/assembly/src.xml
+++ b/baremaps-cli/src/assembly/src.xml
@@ -31,7 +31,20 @@
                 <include>LICENSE.header</include>
                 <include>NOTICE</include>
                 <include>README</include>
+                <include>README.md</include>
+                <include>CODE_OF_CONDUCT.md</include>
+                <include>.asf.yaml</include>
+                <include>CONTRIBUTING.md</include>
+                <include>exemples/**</include>
+                <include>.gitignore</include>
+                <include>logo.svg</include>
+                <include>RELEASE.md</include>
+                <include>.run/**</include>
+                <include>scripts/**</include>
             </includes>
+            <excludes>
+                <exclude>**/target/**</exclude>
+            </excludes>
         </fileSet>
     </fileSets>
 </assembly>