README Script: createPatch.sh Description: Options: > Enter the git tag name to build 1) Enter 1 to build patch based on individual Jar" This Script will capture information from infoFile.conf, such as Git url, username and password and run maven build on projects: BluKrypt, Paracloud, ParaCloudSearch, ParaMail, PlatformAPI, portal, EndPoints'. This then will generate a ZIP file with all the available JAR Files based on the selection in the menu. 2) Enter 2 to build War. This will only get you the war file and cannot be used for upgrade" This Script will capture information from infoFile.conf, such as Git url, username and password and run maven build on projects: BluKrypt, Paracloud, ParaCloudSearch, ParaMail, PlatformAPI, portal, EndPoints'. This then will generate a ZIP file with all the available WAR Files. 3) Enter 3 to build patch for All Jars" This Script will capture information from infoFile.conf, such as Git url, username and password and run maven build on projects: BluKrypt, Paracloud, ParaCloudSearch, ParaMail, PlatformAPI, portal, EndPoints'. This then will generate a ZIP file with all the available jar Files. Script: IncrementPatch.sh Usage: # The script can be used in two ways: 1> Without command line argument(Input as ./createPatch.sh) and follow the options. 1.1> Once the Patch is created . Please run the IncrementPatch.sh script to upgrade the jars. 2> With command line argument(Input as ./createPatch.sh ). This will build all the projects using and Both the field should be correct. This option will be used by Continuous Integrations. Scope: > The Script can be used only to upgrade Jars for Paracloud and BluKrypt > The script can also create WAR. but cannot be used to upgrade(option available only for manual Inputs) > The script supports CI. This will build all the Jars.