Spring pom.xml 첫번째줄 에러
2019. 11. 12. 15:33ㆍJava
728x90
참고자료: https://stackoverflow.com/questions/56142369/why-am-i-getting-unknown-error-in-line-1-of-pom-xml
방법 1.
<properties> </properties> 사이에
<maven-jar-plugin.version>3.1.1</maven-jar-plugin.version> 추가
또는
방법 2. m2e 설치
728x90
반응형
'Java' 카테고리의 다른 글
자바에서 json 데이터 읽기, 자바 org.json.simple import 에러 (0) | 2019.12.06 |
---|---|
자바 missing tools.jar 에러 (0) | 2019.11.13 |
아파치 톰캣 갑자기 Could not publish to the server.java.lang.NullPointerException (0) | 2019.11.07 |
how to email current page (0) | 2019.11.01 |
자바 이클립스 한글깨짐 인코딩 설정 (0) | 2019.11.01 |