diff --git a/Jenkinsfile b/Jenkinsfile deleted file mode 100644 index 8b13789..0000000 --- a/Jenkinsfile +++ /dev/null @@ -1 +0,0 @@ - diff --git a/pom.xml b/pom.xml index 4e360ba..70d5075 100644 --- a/pom.xml +++ b/pom.xml @@ -8,11 +8,11 @@ jar maven-stanalone-application - http://mylandmarktech.com + http://e&ecloudtech.com - Mithun Technologies - http://mylandmarktech.com/ + E&E Cloudtechs + http://e&ecloudtech.com/ Maven Standalone Application diff --git a/src/main/java/com/mt/sample/HelloWorld.java b/src/main/java/com/mt/sample/HelloWorld.java index f053a2c..e325418 100644 --- a/src/main/java/com/mt/sample/HelloWorld.java +++ b/src/main/java/com/mt/sample/HelloWorld.java @@ -9,12 +9,12 @@ public class HelloWorld { public static void main(String[] args) { - System.out.println("Hello Welcome to Maven Build Tool !! Today Date is: " + getLocalCurrentDate()); + System.out.println("Hello Engineers, Welcome to E&E CLOUDTECH SOLUTIONS DevOps Master Class. You are sudying Maven Build Tool. !! Today Date is: " + getLocalCurrentDate()); } private static Date getLocalCurrentDate() { - String m = "Mithun Technologies"; + String m = "E&E CLOUDTECH SOLUTIONS"; return new Date(); } diff --git a/target/classes/com/mt/sample/HelloWorld.class b/target/classes/com/mt/sample/HelloWorld.class new file mode 100644 index 0000000..e819dd4 Binary files /dev/null and b/target/classes/com/mt/sample/HelloWorld.class differ diff --git a/target/maven-archiver/pom.properties b/target/maven-archiver/pom.properties new file mode 100644 index 0000000..2a90da8 --- /dev/null +++ b/target/maven-archiver/pom.properties @@ -0,0 +1,4 @@ +#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 new file mode 100644 index 0000000..e5ebef5 Binary files /dev/null and b/target/maven-stanalone-application-0.0.1-SNAPSHOT.jar 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 new file mode 100644 index 0000000..7f526e8 --- /dev/null +++ b/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..9a0963a --- /dev/null +++ b/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1 @@ +/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 new file mode 100644 index 0000000..d2b8d29 --- /dev/null +++ b/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..16853df --- /dev/null +++ b/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst @@ -0,0 +1 @@ +/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 new file mode 100644 index 0000000..7bcf4b7 --- /dev/null +++ b/target/surefire-reports/TEST-com.mt.sample.test.HelloWorldTest.xml @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ 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 new file mode 100644 index 0000000..b547259 --- /dev/null +++ b/target/surefire-reports/com.mt.sample.test.HelloWorldTest.txt @@ -0,0 +1,4 @@ +------------------------------------------------------------------------------- +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 new file mode 100644 index 0000000..e645ed6 Binary files /dev/null and b/target/test-classes/com/mt/sample/test/HelloWorldTest.class differ