Add a custommap standalone pom file#422
Conversation
https://github.com/onthegomap/planetiler/actions/runs/3743367128 ℹ️ Base Logs 71d0450ℹ️ This Branch Logs 698581a |
|
Kudos, SonarCloud Quality Gate passed! |
|
@wipfli Are you making changes to the java code in this workflow? If not, it might just be best to download the latest compiled jar file, or run the latest docker build against the yaml file you are working on. If we do keep this, we'd want to update a few more places to ensure this pom stays correct and up-to-date: https://github.com/search?q=repo%3Aonthegomap%2Fplanetiler+standalone.pom.xml&type=code |
|
I was changing the source code of |








My workflow is usually to code in visual studio code without much java support. Then I go to the terminal, compile and run the application.
Maybe this is a bit strange if you are used to working with intelij or another good ide, but this is how I usually code...
So for me it is super helpful if I can run the configurable schema standalone, like I can run the things in the examples folder standalone...
Let me know if this is the right approach.