오류 모음집
[Maven] Goal requires a project to execute but there is no POM in this directory
로춘남
2020. 9. 8. 22:00
728x90
Maven을 실행했는데, 제대로된 pom.xml을 찾지 못할때 나오는 오류...
검색하니깐 금방 해결되었다
명령어로
mvn install:install-file -DgroupId=es.mityc.jumbo.adsi -DartifactId=xmlsec-1.4.2-ADSI -Dversion=1.0 -Dpackaging=jar -Dfile=(pom.xml이 위치한 경로)
를 입력해주면 깔끔하게 끝.
728x90