From d9466204ee4d699352e743fd90c21d48d9b8d339 Mon Sep 17 00:00:00 2001
From: ABU ATEEF <131739787+mdabuateef@users.noreply.github.com>
Date: Tue, 12 Dec 2023 16:30:08 +0530
Subject: [PATCH 1/5] Update pom.xml
Signed-off-by: ABU ATEEF <131739787+mdabuateef@users.noreply.github.com>
---
pom.xml | 86 ++++++++++++++++++++++++++++++---------------------------
1 file changed, 46 insertions(+), 40 deletions(-)
diff --git a/pom.xml b/pom.xml
index fa02310f..a3be5cbb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,47 +1,53 @@
- 4.0.0
-
- org.springframework.boot
- spring-boot-starter-parent
- 2.1.3.RELEASE
-
-
- io.buildpacks.example
- sample
- 0.0.1-SNAPSHOT
- sample
- Sample Java Application
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+
+ org.springframework.boot
+ spring-boot-starter-parent
+ 2.1.3.RELEASE
+
+
+ io.buildpacks.example
+ sample
+ 0.0.1-SNAPSHOT
+ sample
+ Sample Java Application
-
- 1.8
-
+
+ 1.8
+
-
-
- org.springframework.boot
- spring-boot-starter-thymeleaf
-
-
- org.springframework.boot
- spring-boot-starter-web
-
+
+
+ org.springframework.boot
+ spring-boot-starter-thymeleaf
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+
-
- org.springframework.boot
- spring-boot-starter-test
- test
-
-
-
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
-
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+
+ repackage
+
+
+
+
+
+
From f07b2d0adae00ecc825f1a08ee63a303c918468e Mon Sep 17 00:00:00 2001
From: ABU ATEEF <131739787+mdabuateef@users.noreply.github.com>
Date: Tue, 12 Dec 2023 16:36:28 +0530
Subject: [PATCH 2/5] Update pom.xml
Signed-off-by: ABU ATEEF <131739787+mdabuateef@users.noreply.github.com>
---
pom.xml | 61 +++++++++++++++++++++++++++------------------------------
1 file changed, 29 insertions(+), 32 deletions(-)
diff --git a/pom.xml b/pom.xml
index a3be5cbb..719b6c35 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,51 +3,48 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
- org.springframework.boot
- spring-boot-starter-parent
- 2.1.3.RELEASE
-
+ org.springframework.boot
+ spring-boot-starter-parent
+ 2.1.3.RELEASE
+
io.buildpacks.example
sample
- 0.0.1-SNAPSHOT
+ 0.0.1
sample
Sample Java Application
- 1.8
+ 1.8
-
- org.springframework.boot
- spring-boot-starter-thymeleaf
-
-
- org.springframework.boot
- spring-boot-starter-web
-
+
+ org.springframework.boot
+ spring-boot-starter-thymeleaf
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+
-
- org.springframework.boot
- spring-boot-starter-test
- test
-
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
-
- repackage
-
-
-
-
-
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+ sample
+ war
+
+
+
From 1b68c3d0cfbecc24b152dda6e356ed7eda80cb65 Mon Sep 17 00:00:00 2001
From: ABU ATEEF <131739787+mdabuateef@users.noreply.github.com>
Date: Tue, 12 Dec 2023 16:40:09 +0530
Subject: [PATCH 3/5] Update pom.xml
Signed-off-by: ABU ATEEF <131739787+mdabuateef@users.noreply.github.com>
---
pom.xml | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 719b6c35..0425c2a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,10 +40,16 @@
org.springframework.boot
spring-boot-maven-plugin
-
- sample
- war
-
+
+
+
+ repackage
+
+
+ war
+
+
+
From 6b2f89c50a42a9eb64151e1da11c0524971e68fd Mon Sep 17 00:00:00 2001
From: ABU ATEEF <131739787+mdabuateef@users.noreply.github.com>
Date: Tue, 12 Dec 2023 16:45:48 +0530
Subject: [PATCH 4/5] Update pom.xml
Signed-off-by: ABU ATEEF <131739787+mdabuateef@users.noreply.github.com>
---
pom.xml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/pom.xml b/pom.xml
index 0425c2a8..25e3c4c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,6 +51,16 @@
+
+
+
+ org.apache.maven.plugins
+ maven-war-plugin
+ 3.3.0
+
+ false
+
+
From bd6dc86974f1c9c1ff67db80ba2f2aca958ea08d Mon Sep 17 00:00:00 2001
From: ABU ATEEF <131739787+mdabuateef@users.noreply.github.com>
Date: Wed, 13 Dec 2023 14:39:28 +0530
Subject: [PATCH 5/5] Update pom.xml
Signed-off-by: ABU ATEEF <131739787+mdabuateef@users.noreply.github.com>
---
pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/pom.xml b/pom.xml
index 25e3c4c1..5fae199e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,3 +64,5 @@
+
+