From b6b66dc8908ddf7a9409fc581833a96a7b59e8d3 Mon Sep 17 00:00:00 2001 From: Umesh-Phendarkar Date: Fri, 1 Nov 2024 00:23:01 +0530 Subject: [PATCH 1/2] Set up CI with Azure Pipelines [skip ci] --- azure-pipelines.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 000000000..e8f3d6f54 --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,22 @@ +# Maven +# Build your Java project and run tests with Apache Maven. +# Add steps that analyze code, save build artifacts, deploy, and more: +# https://docs.microsoft.com/azure/devops/pipelines/languages/java + +trigger: +- main + +pool: + vmImage: ubuntu-latest + +steps: +- task: Maven@3 + inputs: + mavenPomFile: 'pom.xml' + mavenOptions: '-Xmx3072m' + javaHomeOption: 'JDKVersion' + jdkVersionOption: '1.11' + jdkArchitectureOption: 'x64' + publishJUnitResults: true + testResultsFiles: '**/surefire-reports/TEST-*.xml' + goals: 'package' From 2b5c7dddd0256b18b4ee3475f187b3372c96e3aa Mon Sep 17 00:00:00 2001 From: Umesh Phendarkar Date: Fri, 27 Dec 2024 08:44:57 +0530 Subject: [PATCH 2/2] initial Commit and Changed the Code at README.MD file --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f88d52f73..ff6e0eaf0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ +### This is Comment added by Umesh and Created the Documentation .. + + # Contributing This project welcomes contributions and suggestions. Most contributions require you to agree to a