CI/CD Pipeline in Oracle Forms with maven

Auto compilation Oracle forms DevOps CI/CD DevOps Approach for Oracle Forms: Step1: Push the Oracle Forms code fmb files, both in the binary and in the xml format to the hosted Git repository on Developer Cloud Service. The xml format will be used for code reviews and can also be used for storing snippets. For pushing the Oracle Forms code to Developer Cloud Git repository, we will have to use the Git CLI. Pre requisite here would be that the Git CLI has to be installed on the developer machine. Below screen shot show the Git usage: DevOps Approach for Oracle Forms: Step2: Push the Oracle Forms code fmb files, both in the binary and in the xml format to the hosted Git repository on Developer Cloud Service. The xml format will be used for code reviews and can also be used for storing snippets. For pushing the Oracle Forms code to Developer Cloud Git repository, we will have to use the Git CLI. Pre requisite here would be that the Git CLI has t...