pom.xml(3)
-
pom.xml 셋팅
STS Jre System Library 버전 셋팅 properties의 java.version으로 셋팅함 UTF-8 UTF-8 11
2022.01.31 -
'dependencies.dependency.systemPath' for abc:jar must specify an absolute path but is ${project.basedir}\src\main\webapp\WEB-INF\lib\abc.jar
systemPath 태그에서는 절대경로만 지원되다고 함 properties 태그에 project.basedir에 절대경로를 넣어서 해결 11 절대경로 jdom jdom 1.0 system ${project.basedir}\src\main\webapp\WEB-INF\lib\jaxen-jdom.jar
2021.03.14 -
The requested profile "pom.xml" could not be activated because it does not exist.
Run as > Maven install 수행시 경고 발생 Project Explorer View>해당 프로젝트>Maven Dependencies>Properties로 이동 Properties for Maven Dependencies 창에서 Maven Project settings 클릭 Active Maven Profiles(comma separated)에서 'pom.xml' 삭제
2021.01.13