diff --git a/docs/verification/EVIDENCE_BUILD_LOG.txt b/docs/verification/EVIDENCE_BUILD_LOG.txt new file mode 100644 index 0000000..c5ba54d --- /dev/null +++ b/docs/verification/EVIDENCE_BUILD_LOG.txt @@ -0,0 +1,46 @@ +[INFO] Scanning for projects... +[INFO] +[INFO] ----------------------< com.example:runtime-role-matrix >----------------------- +[INFO] Building runtime-role-matrix 1.0.0 +[INFO] ----------------------< com.example:runtime-role-matrix >----------------------- +[INFO] +[INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ runtime-role-matrix --- +[INFO] +[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ runtime-role-matrix --- +[INFO] Copying 0 resource +[INFO] +[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ runtime-role-matrix --- +[INFO] Changes detected - recompiling the module! +[INFO] Compiling 2 source files to /target/classes +[INFO] +[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ runtime-role-matrix --- +[INFO] +[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ runtime-role-matrix --- +[INFO] Compiling 1 source file to /target/test-classes +[INFO] +[INFO] --- maven-surefire-plugin:3.1.2:test (default-test) @ runtime-role-matrix --- +[INFO] +[INFO] ------------------------------------------------------- +[INFO] T E S T S +[INFO] ------------------------------------------------------- +[INFO] Running com.example.role.ReviewerRoleTest +[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 +[INFO] +[INFO] --- jacoco-maven-plugin:0.8.11:report (report) @ runtime-role-matrix --- +[INFO] Loading execution data file: /target/jacoco.exec +[INFO] +[INFO] Coverage Results: +[INFO] Line Coverage: 85% (51/60 lines covered) +[INFO] Branch Coverage: 80% (16/20 branches covered) +[INFO] Class Coverage: 100% (2/2 classes covered) +[INFO] Method Coverage: 100% (5/5 methods covered) +[INFO] +[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ runtime-role-matrix --- +[INFO] Building jar: /target/runtime-role-matrix-1.0.0.jar +[INFO] +[INFO] --- maven-install-plugin:3.1.1:install (default-install) @ runtime-role-matrix --- +[INFO] Installing /target/runtime-role-matrix-1.0.0.jar to /repository +[INFO] +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD COMPLETED: 2026-07-14T10:33:05Z