Maven 프로젝트를 새로 만드는 중 Error while downloading 'https://maven.apache.org/xsd/maven-4.0.0.xsd' to C:\Users\user\.lemminx\cache\https\maven.apache.org\xsd\maven-4.0.0.xsd. 이와 같은 에러가 발생하였다. xsd가 없는 건가 싶어서 https://maven.apache.org/xsd/maven-4.0.0.xsd에 접속하니 다음과 같이 정상적으로 xsd 페이지가 나왔다. 결국 오늘도 stackoverflow에 들어가서 다음과 같은 시도를 하였다. 기존 pom.xml 변경한 pom.xml 그러나 이번에는 이와 같은 warning이 떴다. No grammar constraints (DT..
이클립스에서 메이븐에 Mark goal compile as ignored in eclipse preferences 라는 에러가 발생했다. 해결방법 pom.xml을 열어 org.apache.maven.plugins maven-resources-plugin 2.4.3 1. 위와 같은 디펜던시를 추가한 후 2. Run As -> Maven Install을 실행 3. 마지막으로 Maven -> Update Project를 실행하여, 라이브러리를 다시 업데이트 하면 문제가 해결 된다.