Skip to content

Console Output

[INFO] 
[INFO] ------------------< com.bcxin.platform:bcxin-common >-------------------
[INFO] Building bcxin-common 1.1.0                                        [2/7]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ bcxin-common ---
[INFO] Deleting /data/jenkins/workspace/bcx-pasp/bcxin-common/target
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ bcxin-common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /data/jenkins/workspace/bcx-pasp/bcxin-common/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ bcxin-common ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 124 source files to /data/jenkins/workspace/bcx-pasp/bcxin-common/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ bcxin-common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /data/jenkins/workspace/bcx-pasp/bcxin-common/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ bcxin-common ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ bcxin-common ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ bcxin-common ---
[INFO] Building jar: /data/jenkins/workspace/bcx-pasp/bcxin-common/target/bcxin-common-1.1.0.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for PASP 1.1.0:
[INFO] 
[INFO] PASP ............................................... SUCCESS [  4.074 s]
[INFO] bcxin-common ....................................... SUCCESS [  4.057 s]
[INFO] bcxin-business ..................................... SUCCESS [ 12.452 s]
[INFO] bcxin-framework .................................... SUCCESS [  2.600 s]
[INFO] bcxin-quartz ....................................... SUCCESS [  1.432 s]
[INFO] bcxin-generator .................................... SUCCESS [  1.544 s]
[INFO] bcxin-web .......................................... FAILURE [  3.264 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  33.331 s
[INFO] Finished at: 2024-03-05T10:22:59+08:00
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project bcxin-web: Compilation failure
[ERROR] /data/jenkins/workspace/bcx-pasp/bcxin-web/src/main/java/com/bcxin/platform/web/controller/attend/AttendDictController.java:[86,8] error: unreachable statement
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :bcxin-web