You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be beneficial to have a consistent build file name so that the endpoint is always http://localhost:8082/ors/... rather than having to change the endpoint whenever a version increase happens
Here's what I think could be improved
Modifying the pom.xml to include a ors in the build section will always build the war as ors.war
The text was updated successfully, but these errors were encountered:
Here's what I did
Build ors via mvn:package
Here's what I got
output war is openrouteservice-5.0
Here's what I was expecting
It would be beneficial to have a consistent build file name so that the endpoint is always http://localhost:8082/ors/... rather than having to change the endpoint whenever a version increase happens
Here's what I think could be improved
Modifying the pom.xml to include a ors in the build section will always build the war as ors.war
The text was updated successfully, but these errors were encountered: