Understanding the Source of the war.war File and its Generation Process

Original Slack Thread

Hey folks I have a stupid question and this may be something basic. But where is this war.war file coming from? Is this directly from the jdk package? https://github.com/datahub-project/datahub/blob/725c85815bfc83e2accf1bbb5fa2c9be637dde88/docker/datahub-gms/Dockerfile#L56

Hey there! :wave: Make sure your message includes the following information if relevant, so we can help more effectively!

  1. Which DataHub version are you using? (e.g. 0.12.0)
  2. Please post any relevant error logs on the thread!

war file generated as a result for build GMS code
./gradlew :metadata-service:war:build
build it generates an executable war.war file including everything required for gms to run, and mount it inside the gms container in the path /datahub/datahub-gms/bin/war.war
https://datahubproject.io/docs/developers

Thank you <@U0445MUD81W>