📄️ Java VCS Deployment With Maven
Maven is a build automation and software comprehension tool, which is primarily used for Java programming. With the platform you can add any public or private project directly from your version control system (VCS) repository using the appropriate link type: http, https or svn for SVN and git, http, https or ftp for Git. After addition, Java projects can be deployed to the appropriate application servers using the Maven build node.
📄️ Maven Configuration
Maven is a tool for compiling and managing Java projects. At PaaS, it’s provisioned out-of-box to cover all the main stages of your Java application lifecycle - from building & deploying till their pushing onto production.