This is an automated email from the ASF dual-hosted git repository.
bchapuis 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 8c6efc4d4 Add test data to the src distribution
8c6efc4d4 is described below
commit 8c6efc4d483e5e5e3fb7c483923ac7520d5ce8fe
Author: Bertil Chapuis <[email protected]>
AuthorDate: Sat Nov 9 15:18:55 2024 +0100
Add test data to the src distribution
---
baremaps-cli/src/assembly/src.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/baremaps-cli/src/assembly/src.xml
b/baremaps-cli/src/assembly/src.xml
index e90c16ac6..d4214e46a 100644
--- a/baremaps-cli/src/assembly/src.xml
+++ b/baremaps-cli/src/assembly/src.xml
@@ -30,8 +30,8 @@ limitations under the License.
<includes>
<include>**/pom.xml</include>
<include>**/src/**/*</include>
+ <include>baremaps-testing/data/**</include>
<include>codestyle.xml</include>
- <include>DISCLAIMER-WIP</include>
<include>LICENSE.header</include>
<include>NOTICE</include>
</includes>