bchapuis commented on issue #572: URL: https://github.com/apache/incubator-baremaps/issues/572#issuecomment-1405400178
Yes, there is probably a mismatch between the main branch and the latest release. We recently join the Apache software foundation and we are currently migrating our release process, therefore it make take some time to drop a new release. In the mean time, you can run the following command at the root of the project to build it: ``` ./mvnw clean install -DskipTests ``` You can run the following command to unzip the distribution: ``` unzip baremaps-cli/target/baremaps.zip `` I hope this helps. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
