From 9c43ca1622080918c88ff6f13410635007d7238d Mon Sep 17 00:00:00 2001
From: Nikitha86 <59642484+Nikitha86@users.noreply.github.com>
Date: Wed, 13 Aug 2025 17:36:52 +0530
Subject: [PATCH 01/11] Update pom.xml
Added surefire-plugins
---
pom.xml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/pom.xml b/pom.xml
index 3cc0a3a..4b28075 100644
--- a/pom.xml
+++ b/pom.xml
@@ -200,6 +200,17 @@
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ 3.2.5
+
+ -Xmx1024m -XX:MaxPermSize=256m
+ 1
+ true
+
+
From bf3b8841262ef710e255415f316e77e763b41cb9 Mon Sep 17 00:00:00 2001
From: Nikitha86 <59642484+Nikitha86@users.noreply.github.com>
Date: Wed, 13 Aug 2025 17:58:04 +0530
Subject: [PATCH 02/11] Update pom.xml changes
---
pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pom.xml b/pom.xml
index 4b28075..d91cdf8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -211,6 +211,12 @@
true
+
+
+ org.apache.maven.plugins
+ maven-war-plugin
+ 3.4.0
+
From e37719af25e10872d8113ac5b1e940de2df8ec2a Mon Sep 17 00:00:00 2001
From: Nikitha86 <59642484+Nikitha86@users.noreply.github.com>
Date: Wed, 13 Aug 2025 18:02:30 +0530
Subject: [PATCH 03/11] Update pom.xml
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index d91cdf8..46437e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -204,11 +204,11 @@
org.apache.maven.plugins
maven-surefire-plugin
- 3.2.5
+ 3.2.5
- -Xmx1024m -XX:MaxPermSize=256m
1
- true
+ false
+ -Xmx1024m -XX:MaxPermSize=256m
From b944a249544ccf0d8f63432c46eb6dd0c5bd05d8 Mon Sep 17 00:00:00 2001
From: Nikitha86 <59642484+Nikitha86@users.noreply.github.com>
Date: Wed, 13 Aug 2025 18:17:32 +0530
Subject: [PATCH 04/11] Update pom.xml new updates
---
pom.xml | 244 ++++++++++----------------------------------------------
1 file changed, 41 insertions(+), 203 deletions(-)
diff --git a/pom.xml b/pom.xml
index 46437e9..08c4c13 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,223 +1,61 @@
-
+
4.0.0
- com.visualpathit
+
+ com.example
vprofile
- war
- v2
- Devops Webapp
- http://maven.apache.org
+ 1.0-SNAPSHOT
+ jar
+
- 4.2.0.RELEASE
- 4.0.2.RELEASE
- 1.8.2.RELEASE
- 4.3.11.Final
- 5.2.1.Final
- 5.1.36
- 1.4
- 1.2
- 4.10
- 1.1.3
- 1.8
- 1.8
+ 17
+ 17
+ UTF-8
+ 3.2.5
-
- org.springframework
- spring-web
- ${spring.version}
-
-
-
- org.springframework
- spring-webmvc
- ${spring.version}
-
-
-
- org.springframework.security
- spring-security-web
- ${spring-security.version}
-
-
-
- org.springframework.security
- spring-security-config
- ${spring-security.version}
-
-
-
- org.hibernate
- hibernate-validator
- ${hibernate-validator.version}
-
-
-
- org.springframework.data
- spring-data-jpa
- ${spring-data-jpa.version}
-
-
-
- org.hibernate
- hibernate-entitymanager
- ${hibernate.version}
-
-
-
- mysql
- mysql-connector-java
- ${mysql-connector.version}
-
-
-
- commons-dbcp
- commons-dbcp
- ${commons-dbcp.version}
-
-
-
- javax.servlet
- jstl
- ${jstl.version}
-
-
+
junit
junit
- ${junit.version}
+ 4.13.2
test
-
- org.mockito
- mockito-core
- 1.9.5
- test
-
-
- org.springframework
- spring-test
- 3.2.3.RELEASE
- test
-
-
- javax.servlet
- javax.servlet-api
- 3.1.0
- provided
-
-
- ch.qos.logback
- logback-classic
- ${logback.version}
-
-
- org.hamcrest
- hamcrest-all
- 1.3
- test
-
-
- commons-fileupload
- commons-fileupload
- 1.3.1
-
-
-
- net.spy
- spymemcached
- 2.12.3
-
-
- commons-io
- commons-io
- 2.4
-
-
-
- org.springframework.amqp
- spring-rabbit
- 1.7.1.RELEASE
-
-
-
- com.rabbitmq
- amqp-client
- 4.0.2
-
-
-
- org.elasticsearch
- elasticsearch
- 5.6.4
-
-
-
- org.elasticsearch.client
- transport
- 5.6.4
-
-
-
- com.google.code.gson
- gson
- 2.8.2
-
-
+
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.11.0
+
+ ${maven.compiler.source}
+ ${maven.compiler.target}
+
+
+
+
- org.eclipse.jetty
- jetty-maven-plugin
- 9.2.11.v20150529
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${surefire.version}
- 10
-
- /
-
+
+ 0
+ false
+
+
+ -Xmx512m
+
+
+ true
-
-
- org.jacoco
- jacoco-maven-plugin
- 0.7.2.201409121644
-
-
- jacoco-initialize
- process-resources
-
- prepare-agent
-
-
-
- jacoco-site
- post-integration-test
-
- report
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
- 3.2.5
-
- 1
- false
- -Xmx1024m -XX:MaxPermSize=256m
-
-
-
-
- org.apache.maven.plugins
- maven-war-plugin
- 3.4.0
-
-
From ac2055bbe7869e3bd7b4ecf441b64d8c677d4eaf Mon Sep 17 00:00:00 2001
From: Nikitha86 <59642484+Nikitha86@users.noreply.github.com>
Date: Wed, 13 Aug 2025 18:27:05 +0530
Subject: [PATCH 05/11] Update pom.xml new code
---
pom.xml | 104 +++++++++++++++++++++++++-------------------------------
1 file changed, 47 insertions(+), 57 deletions(-)
diff --git a/pom.xml b/pom.xml
index 08c4c13..9de0999 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,61 +1,51 @@
-
- 4.0.0
+
+ 4.0.0
+ org.apache.maven.plugins
+ maven-war-plugin
+ war
+ 3.3.2
+ Java Home myweb
+ http://maven.apache.org
+
+
+ kammana
+ http://18.181.164.81:9000/
- com.example
- vprofile
- 1.0-SNAPSHOT
- jar
+
+
-
- 17
- 17
- UTF-8
- 3.2.5
-
+
+
+ junit
+ junit
+ 3.8.1
+ test
+
+ org.apache.maven.shared
+ maven-filtering
+ 3.3.1
+
+
+
+
+ nexusRepo
+ http://34.208.218.12:8081/repository/sample-snapshots/
+
+
+
+ nexusRepo
+ http://44.202.251.20:8081/repository/flm-releases/
+
+
+
+
+
+ maven1
+ Maven.org
+ http://repo1.maven.org/maven2
+
+
-
-
-
- junit
- junit
- 4.13.2
- test
-
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
- 3.11.0
-
- ${maven.compiler.source}
- ${maven.compiler.target}
-
-
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
- ${surefire.version}
-
-
- 0
- false
-
-
- -Xmx512m
-
-
- true
-
-
-
-
+
From 1d9c859c1263d4f86a3ca84aa6fd48022d1db2d2 Mon Sep 17 00:00:00 2001
From: Nikitha86 <59642484+Nikitha86@users.noreply.github.com>
Date: Wed, 13 Aug 2025 18:56:00 +0530
Subject: [PATCH 06/11] Update pom.xml
---
pom.xml | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9de0999..e2b84a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,9 +22,11 @@
3.8.1
test
- org.apache.maven.shared
- maven-filtering
- 3.3.1
+
+ org.apache.maven.shared
+ maven-filtering
+ 3.3.1
+
From b4685331b7f2458d5c964f657e0f9956afc7be07 Mon Sep 17 00:00:00 2001
From: Nikitha86 <59642484+Nikitha86@users.noreply.github.com>
Date: Wed, 13 Aug 2025 19:50:13 +0530
Subject: [PATCH 07/11] Update pom.xml
---
pom.xml | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index e2b84a8..b6d1a33 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,11 +22,9 @@
3.8.1
test
-
- org.apache.maven.shared
- maven-filtering
- 3.3.1
-
+ org.apache.maven.shared
+ maven-filtering
+ 3.3.1
@@ -48,6 +46,5 @@
http://repo1.maven.org/maven2
-
From 3e20e43ff18bc3abd29f37713f1cd12e2943705d Mon Sep 17 00:00:00 2001
From: Nikitha86 <59642484+Nikitha86@users.noreply.github.com>
Date: Thu, 14 Aug 2025 18:58:49 +0530
Subject: [PATCH 08/11] Update pom.xml new chatgpt code
---
pom.xml | 92 ++++++++++++++++++++++++++++-----------------------------
1 file changed, 45 insertions(+), 47 deletions(-)
diff --git a/pom.xml b/pom.xml
index b6d1a33..415045e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,50 +1,48 @@
-
- 4.0.0
- org.apache.maven.plugins
- maven-war-plugin
- war
- 3.3.2
- Java Home myweb
- http://maven.apache.org
-
-
- kammana
- http://18.181.164.81:9000/
+
-
-
+ 4.0.0
+ com.example
+ docker-webapp
+ 1.0-SNAPSHOT
+ war
-
-
- junit
- junit
- 3.8.1
- test
-
- org.apache.maven.shared
- maven-filtering
- 3.3.1
-
-
-
-
- nexusRepo
- http://34.208.218.12:8081/repository/sample-snapshots/
-
-
-
- nexusRepo
- http://44.202.251.20:8081/repository/flm-releases/
-
-
-
-
-
- maven1
- Maven.org
- http://repo1.maven.org/maven2
-
-
-
+ docker-webapp
+ http://maven.apache.org
+
+
+ 1.8
+ 1.8
+
+
+
+
+
+ junit
+ junit
+ 3.8.1
+ test
+
+
+
+
+ org.apache.maven.shared
+ maven-filtering
+ 3.3.1
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-war-plugin
+ 3.3.2
+
+ false
+
+
+
+
From d2f720d910127ee4a06257b9fd0a39ae0ed9802f Mon Sep 17 00:00:00 2001
From: Nikitha86 <59642484+Nikitha86@users.noreply.github.com>
Date: Thu, 14 Aug 2025 19:02:49 +0530
Subject: [PATCH 09/11] Update pom.xml new
---
pom.xml | 94 ++++++++++++++++++++++++++++++---------------------------
1 file changed, 49 insertions(+), 45 deletions(-)
diff --git a/pom.xml b/pom.xml
index 415045e..0a3aac9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,48 +1,52 @@
-
+
+ 4.0.0
+ org.apache.maven.plugins
+ maven-war-plugin
+ war
+ 3.3.2
+ Java Home myweb
+ http://maven.apache.org
+
+
+ kammana
+ http://18.181.164.81:9000/
- 4.0.0
- com.example
- docker-webapp
- 1.0-SNAPSHOT
- war
+
+
+
+
+ junit
+ junit
+ 3.8.1
+ test
+
+
+ org.apache.maven.shared
+ maven-filtering
+ 3.3.1
+
+
+
+
+
+ nexusRepo
+ http://34.208.218.12:8081/repository/sample-snapshots/
+
+
+
+ nexusRepo
+ http://44.202.251.20:8081/repository/flm-releases/
+
+
+
+
+
+ maven1
+ Maven.org
+ http://repo1.maven.org/maven2
+
+
- docker-webapp
- http://maven.apache.org
-
-
- 1.8
- 1.8
-
-
-
-
-
- junit
- junit
- 3.8.1
- test
-
-
-
-
- org.apache.maven.shared
- maven-filtering
- 3.3.1
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-war-plugin
- 3.3.2
-
- false
-
-
-
-
+
From ab69201999ba4c1497d4752ec964906883a24ce0 Mon Sep 17 00:00:00 2001
From: Nikitha86 <59642484+Nikitha86@users.noreply.github.com>
Date: Mon, 3 Nov 2025 16:24:35 +0530
Subject: [PATCH 10/11] Update pom.xml
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 0a3aac9..b059fe8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.apache.maven.plugins
maven-war-plugin
war
- 3.3.2
+ 8.7.1
Java Home myweb
http://maven.apache.org
@@ -24,7 +24,7 @@
org.apache.maven.shared
maven-filtering
- 3.3.1
+ 3.3.2
From 6a4ffd29149523cf721ceac2e8e03d160e36292c Mon Sep 17 00:00:00 2001
From: Nikitha86 <59642484+Nikitha86@users.noreply.github.com>
Date: Mon, 3 Nov 2025 16:30:32 +0530
Subject: [PATCH 11/11] Update pom.xml
---
pom.xml | 109 +++++++++++++++++++++++++++++++-------------------------
1 file changed, 60 insertions(+), 49 deletions(-)
diff --git a/pom.xml b/pom.xml
index b059fe8..10462c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,52 +1,63 @@
-
- 4.0.0
- org.apache.maven.plugins
- maven-war-plugin
- war
- 8.7.1
- Java Home myweb
- http://maven.apache.org
-
-
- kammana
- http://18.181.164.81:9000/
+
+ 4.0.0
+ org.apache.maven.plugins
+ maven-war-plugin
+ war
+ 8.7.1
+ Java Home myweb
+ http://maven.apache.org
-
-
-
-
- junit
- junit
- 3.8.1
- test
-
-
- org.apache.maven.shared
- maven-filtering
- 3.3.2
-
-
-
-
-
- nexusRepo
- http://34.208.218.12:8081/repository/sample-snapshots/
-
-
-
- nexusRepo
- http://44.202.251.20:8081/repository/flm-releases/
-
-
-
-
-
- maven1
- Maven.org
- http://repo1.maven.org/maven2
-
-
+
+ kammana
+ http://18.181.164.81:9000/
+ 17
+ 17
+
+
+
+
+ junit
+ junit
+ 3.8.1
+ test
+
+
+ org.apache.maven.shared
+ maven-filtering
+ 3.3.2
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.11.0
+
+
+
+
+
+
+ nexusRepo
+ http://34.208.218.12:8081/repository/sample-snapshots/
+
+
+ nexusRepo
+ http://44.202.251.20:8081/repository/flm-releases/
+
+
+
+
+
+ maven1
+ Maven.org
+ http://repo1.maven.org/maven2
+
+
-