Eclipse 플러그인 업데이트 사이트를 미러링하는 방법

1890 단어 이클립스
순차, 보강 예정

Metadata 얻기


 eclipse -nosplash -verbose
 -application org.eclipse.equinox.p2.metadata.repository.mirrorApplication
 -source ミラー元URL (例: http://download.eclipse.org/releases/2020-06)
 -destination ミラー先URL (例: file:/tmp/2020-06-Mirror/)

Artifacts 얻기


 eclipse -nosplash -verbose
 -application org.eclipse.equinox.p2.artifact.repository.mirrorApplication
 -source ミラー元URL (例: http://download.eclipse.org/releases/2020-06)
 -destination ミラー先URL (例: file:/tmp/2020-06-Mirror/)

참고문헌


  • Equinox p2 리포지토리 미러링 - Eclipsepedia
  • plugins - Downloading Eclipse plug-in update sites for offline installation - Stack Overflow



  • 명령줄에서 플러그인을 설치하는 방법.
  • Equinox p2 director application/Examples/Install into dropins - Eclipsepedia
  • Installing Eclipse features via the command line with the p2 director | vogella blog
  • Installing eclipse plugins via command-line - Techscape
  • 좋은 웹페이지 즐겨찾기