diff --git a/target/classes/com/learningjenkins/App.class b/target/classes/com/learningjenkins/App.class new file mode 100644 index 0000000..6f4b981 Binary files /dev/null and b/target/classes/com/learningjenkins/App.class differ diff --git a/target/hello-1.0-SNAPSHOT.jar b/target/hello-1.0-SNAPSHOT.jar new file mode 100644 index 0000000..51bfa03 Binary files /dev/null and b/target/hello-1.0-SNAPSHOT.jar differ diff --git a/target/maven-archiver/pom.properties b/target/maven-archiver/pom.properties new file mode 100644 index 0000000..c045acf --- /dev/null +++ b/target/maven-archiver/pom.properties @@ -0,0 +1,4 @@ +#Created by Apache Maven 3.9.9 +artifactId=hello +groupId=com.learningjenkins +version=1.0-SNAPSHOT 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..6a967bb --- /dev/null +++ b/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1 @@ +com\learningjenkins\App.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..2e70757 --- /dev/null +++ b/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1 @@ +C:\ProgramData\Jenkins\.jenkins\workspace\Hello-Maven\src\main\java\com\learningjenkins\App.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..c7cc326 --- /dev/null +++ b/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst @@ -0,0 +1 @@ +com\learningjenkins\AppTest.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..8d4142f --- /dev/null +++ b/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst @@ -0,0 +1 @@ +C:\ProgramData\Jenkins\.jenkins\workspace\Hello-Maven\src\test\java\com\learningjenkins\AppTest.java diff --git a/target/surefire-reports/TEST-com.learningjenkins.AppTest.xml b/target/surefire-reports/TEST-com.learningjenkins.AppTest.xml new file mode 100644 index 0000000..f273c7e --- /dev/null +++ b/target/surefire-reports/TEST-com.learningjenkins.AppTest.xml @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/target/surefire-reports/com.learningjenkins.AppTest.txt b/target/surefire-reports/com.learningjenkins.AppTest.txt new file mode 100644 index 0000000..13d838a --- /dev/null +++ b/target/surefire-reports/com.learningjenkins.AppTest.txt @@ -0,0 +1,4 @@ +------------------------------------------------------------------------------- +Test set: com.learningjenkins.AppTest +------------------------------------------------------------------------------- +Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s - in com.learningjenkins.AppTest diff --git a/target/test-classes/com/learningjenkins/AppTest.class b/target/test-classes/com/learningjenkins/AppTest.class new file mode 100644 index 0000000..e1fc9df Binary files /dev/null and b/target/test-classes/com/learningjenkins/AppTest.class differ