Kettle의 PDI DB Dialog 모듈 컴파일 실패

1316 단어

문제 설명


요 며칠 kettle 8.2.0.0을 번역할 때 갑자기 오류가 발생하기 시작했다
[ERROR] Failed to execute goal on project kettle-dbdialog: Could not resolve dependencies for project pentaho-kettle:kettle-dbdialog:jar:8.2.0.0-311: Could not find artifact org.eclipse.core:commands:jar:3.3.0-i20070605-0010 in pentaho-public (http://nexus.pentaho.org/content/groups/omni/) -> [Help 1]

문제의 원인

org/eclipse/core/commands/ ,  “I”   “i”
3.3.0-I20070605-0010 
3.3.0-i20070605-0010

아래의 주소를 검사한 결과 아래에 소문자 i의 디렉터리가 없고 대문자 I의 디렉터리만 있는 것을 발견했다. 요 며칠 제3자 가방의 이름이 바뀌어서 그런 것 같다.
https://nexus.pentaho.org/content/groups/omni/org/eclipse/core/commands/

해결책


3.3.0-i20070605-0010 카탈로그와 그 하청을 적용할 수 있는 몇 개의 소프트 연결을 설정합니다
cd ~/.m2/repository/org/eclipse/core/commands
rm -rf 3.3.0-i20070605-0010
ln -s 3.3.0-I20070605-0010 3.3.0-i20070605-0010

cd ~/.m2/repository/org/eclipse/core/commands/3.3.0-I20070605-0010
ln -s commands-3.3.0-I20070605-0010.jar commands-3.3.0-i20070605-0010.jar 
ln -s commands-3.3.0-I20070605-0010.jar.sha1 commands-3.3.0-i20070605-0010.jar.sha1 
ln -s commands-3.3.0-I20070605-0010.pom commands-3.3.0-i20070605-0010.pom
ln -s commands-3.3.0-I20070605-0010.pom.sha1 commands-3.3.0-i20070605-0010.pom.sha1

좋은 웹페이지 즐겨찾기