Problem
Currently, services are built in different ways across teams, leading to inconsistencies, higher maintenance effort, and increased risk of misconfigurations.
This makes deployments harder to manage, troubleshoot, and secure at scale.
Implementing a Services Standard Build ensures consistent, secure, and reusable service foundations, improving reliability and delivery speed.
Solution
Navigate to the URL below to download SSB:
Download the SSB and extract.
Navigate to the SSB folder and open build.bat file in notepad.
Add the following line t the file.
SET “JAVA_HOME=C:\Program Files\Java\jdk-11.0.15”
Open build.properties file and edit the following items highlighted in the screenshot.
Open the server.properties and add the HOST name of the machine where you are installing.
Execute build command in the cmd.
Highlighted location contains all the custom xml files while doing the development.
Execute the below command to clean the build.
*Build clean*
Note: This will clean the build and delete the custom files.






