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/17 15:15:55 UTC

[incubator-baremaps] branch 604-assembly-release created (now 0006cf9e)

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

jsmith pushed a change to branch 604-assembly-release
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git


      at 0006cf9e Add missing files in release and exclude unwanted folders

This branch includes the following new commits:

     new 0006cf9e Add missing files in release and exclude unwanted folders

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-baremaps] 01/01: Add missing files in release and exclude unwanted folders

Posted by js...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 0006cf9edeb22c5dbea7e1188fa9eb16edb50b3e
Author: James Smith <sw...@gmail.com>
AuthorDate: Fri Mar 17 16:15:32 2023 +0100

    Add missing files in release and exclude unwanted folders
---
 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 35522a9a..f18684e7 100644
--- a/baremaps-cli/src/assembly/src.xml
+++ b/baremaps-cli/src/assembly/src.xml
@@ -30,7 +30,20 @@
                 <include>LICENSE</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>