[ERROR] Failed to execute goal org.apache.maven.plugins:maven-war-plugin:2.2:war (default-war) on project psta-api-common: Execution default-war of goal org.apache.maven.plugins:maven-war-plugin:2.2:war failed: Unable to load the mojo 'war' in the plugin 'org.apache.maven.plugins:maven-war-plugin:2.2' due to an API incompatibility: org.codehaus.plexus.component.repository.exception.ComponentLookupException: Cannot access defaults field of Properties
→ java version 문제
→ java 18 → java 1.8 로 바꾸니 해결
SVN: '0x0040010b: Obtain Project Name' operation finished with error: Unable to make field private java.lang.Throwable java.lang.Throwable.cause accessible: module java.base does not "opens java.lang" to unnamed module @5d689ba6
Unable to make field private java.lang.Throwable java.lang.Throwable.cause accessible: module java.base does not "opens java.lang" to unnamed module @5d689ba6

⇒ Use .'project' project name for the working copy instead of repository folder name 체크 해제

⇒ Tomcat 실행 파일 위치 변경
C:\Program Files\Apache Software Foundation\Tomcat 9.0\bin\Tomcat9w
→ Java → Java Virtual Machine 경로를 아래 경로로 변경
C:\Program Files\Java\jdk1.8.0_341\jre\bin\server\jvm.dll

Apache Tomcat 정상 작동 확인
