[INFO] Scanning for projects... [INFO] [INFO] ---------------------------< medora:medora4 >--------------------------- [INFO] Building medora5 0.0.1-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.4.1:clean (default-clean) @ medora4 --- [INFO] Deleting C:\Users\User\Downloads\medora5\target [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ medora4 --- [INFO] Copying 4 resources from backend\src\main\resources to target\classes [INFO] [INFO] --- compiler:3.14.1:compile (default-compile) @ medora4 --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 213 source files with javac [debug parameters release 21] to target\classes [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /C:/Users/User/Downloads/medora5/backend/src/main/java/medora/service/AuthService.java:[5,19] cannot find symbol symbol: class JwtUtil location: package medora.util [ERROR] /C:/Users/User/Downloads/medora5/backend/src/main/java/medora/service/AuthService.java:[21,19] cannot find symbol symbol: class JwtUtil location: class medora.service.AuthService [ERROR] /C:/Users/User/Downloads/medora5/backend/src/main/java/medora/service/AuthService.java:[23,55] cannot find symbol symbol: class JwtUtil location: class medora.service.AuthService [INFO] 3 errors [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 6.298 s [INFO] Finished at: 2026-05-23T17:09:26+02:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.14.1:compile (default-compile) on project medora4: Compilation failure: Compilation failure: [ERROR] /C:/Users/User/Downloads/medora5/backend/src/main/java/medora/service/AuthService.java:[5,19] cannot find symbol [ERROR] symbol: class JwtUtil [ERROR] location: package medora.util [ERROR] /C:/Users/User/Downloads/medora5/backend/src/main/java/medora/service/AuthService.java:[21,19] cannot find symbol [ERROR] symbol: class JwtUtil [ERROR] location: class medora.service.AuthService [ERROR] /C:/Users/User/Downloads/medora5/backend/src/main/java/medora/service/AuthService.java:[23,55] cannot find symbol [ERROR] symbol: class JwtUtil [ERROR] location: class medora.service.AuthService [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