다운로드나 업데이트를 할 때 네트워크 오류나 사용자 취소로 인한 실패 내역이 남아있을 경우 lastUpdated 실패 내역이 남아있으면 차후에 다시 실행한다고 해도 정상적으로 구동이 되지 않는다.


ArtifactDescriptorException: Failed to read artifact descriptor for org.geotools:gt-shapefile:jar:${wms.version}: ArtifactResolutionException: Failure to transfer org.geotools:gt-shapefile:pom:${wms.version} from http://download.java.net/maven/2 was cached in the local repository, resolution will not be reattempted until the update interval of maven2-repository.dev.java.net has elapsed or updates are forced. Original error: Could not transfer artifact org.geotools:gt-shapefile:pom:${wms.version} from/to maven2-repository.dev.java.net (http://download.java.net/maven/2): Illegal character in path at index 60: http://download.java.net/maven/2/org/geotools/gt-shapefile/${wms.version}/gt-shapefile-${wms.version}.pom pom.xml /vizm line 1 Maven Dependency Problem


문제를 해결하려면 위의 오류 메시지에 나와있는 파일을 삭제하면 해결이 된다.

만약에 파일을 삭제해도 문제가 해결되지 않는다면 디렉토리째 삭제해보자.


그래도 안되면 pom.xml 파일에 오타나 version이 제대로 되어 있는지 확인하는 것도 잊지 말자.

(나의 문제는 오타;;;;)



AND