diff --git a/pom.xml b/pom.xml
index 5b80673..dad7f7a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,74 +1,76 @@
- 4.0.0
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
- com.mt
- maven-stanalone-application
- 0.0.1-SNAPSHOT
- jar
+ com.mt
+ maven-stanalone-application
+ 0.0.1-SNAPSHOT
+ jar
- maven-stanalone-application
- http://mylandmarktech.com
+ maven-stanalone-application
+ http://mylandmarktech.com
-
- Landmark Technologies
- http://mylandmarktech.com/
-
-
- Maven Standalone Application
+
+ Landmark Technologies
+ http://mylandmarktech.com/
+
-
- http://35.154.242.68:9000/
- admin
- admin
- UTF-8
-
+ Maven Standalone Application
-
+
+ http://35.154.242.68:9000/
+ admin
+ admin
+ UTF-8
+ 11
+ 11
+
-
- junit
- junit
- 3.8.1
- test
-
+
-
+
+ junit
+ junit
+ 3.8.1
+ test
+
-
-
- scm:git:https://github.com/LandmarkTechnology/maven-standalone-application
- scm:git:https://github.com/LandmarkTechnology/maven-standalone-application
- HEAD
- https://github.com/LandmarkTechnology/maven-standalone-application
-
+
-
- GitHub
- https://github.com/LandmarkTechnology/maven-standalone-application/issues
-
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+ 3.1.0
+
+
+
+ true
+ lib/
+ com.mt.sample.HelloWorld
+
+
+
+
+
+
-
-
-
-
-
- org.apache.maven.plugins
- maven-jar-plugin
- 3.1.0
-
-
-
- true
- lib/
- com.mt.sample.HelloWorld
-
-
-
-
-
-
-
+
diff --git a/target/classes/com/mt/sample/HelloWorld.class b/target/classes/com/mt/sample/HelloWorld.class
deleted file mode 100644
index e819dd4..0000000
Binary files a/target/classes/com/mt/sample/HelloWorld.class and /dev/null differ
diff --git a/target/maven-archiver/pom.properties b/target/maven-archiver/pom.properties
deleted file mode 100644
index 2a90da8..0000000
--- a/target/maven-archiver/pom.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-#Created by Apache Maven 3.8.2
-version=0.0.1-SNAPSHOT
-groupId=com.mt
-artifactId=maven-stanalone-application
diff --git a/target/maven-stanalone-application-0.0.1-SNAPSHOT.jar b/target/maven-stanalone-application-0.0.1-SNAPSHOT.jar
deleted file mode 100644
index e5ebef5..0000000
Binary files a/target/maven-stanalone-application-0.0.1-SNAPSHOT.jar and /dev/null differ
diff --git a/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
deleted file mode 100644
index 7f526e8..0000000
--- a/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
+++ /dev/null
@@ -1 +0,0 @@
-com/mt/sample/HelloWorld.class
diff --git a/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
deleted file mode 100644
index 9a0963a..0000000
--- a/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
+++ /dev/null
@@ -1 +0,0 @@
-/home/ec2-user/maven-standalone-application/src/main/java/com/mt/sample/HelloWorld.java
diff --git a/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst b/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst
deleted file mode 100644
index d2b8d29..0000000
--- a/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst
+++ /dev/null
@@ -1 +0,0 @@
-com/mt/sample/test/HelloWorldTest.class
diff --git a/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst b/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst
deleted file mode 100644
index 16853df..0000000
--- a/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst
+++ /dev/null
@@ -1 +0,0 @@
-/home/ec2-user/maven-standalone-application/src/test/java/com/mt/sample/test/HelloWorldTest.java
diff --git a/target/surefire-reports/TEST-com.mt.sample.test.HelloWorldTest.xml b/target/surefire-reports/TEST-com.mt.sample.test.HelloWorldTest.xml
deleted file mode 100644
index 7bcf4b7..0000000
--- a/target/surefire-reports/TEST-com.mt.sample.test.HelloWorldTest.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/target/surefire-reports/com.mt.sample.test.HelloWorldTest.txt b/target/surefire-reports/com.mt.sample.test.HelloWorldTest.txt
deleted file mode 100644
index b547259..0000000
--- a/target/surefire-reports/com.mt.sample.test.HelloWorldTest.txt
+++ /dev/null
@@ -1,4 +0,0 @@
--------------------------------------------------------------------------------
-Test set: com.mt.sample.test.HelloWorldTest
--------------------------------------------------------------------------------
-Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
diff --git a/target/test-classes/com/mt/sample/test/HelloWorldTest.class b/target/test-classes/com/mt/sample/test/HelloWorldTest.class
deleted file mode 100644
index e645ed6..0000000
Binary files a/target/test-classes/com/mt/sample/test/HelloWorldTest.class and /dev/null differ