-
-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a custommap standalone pom file #422
base: main
Are you sure you want to change the base?
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.