써먹는 웹개발
[nexus] maven repository 폴더 목록을 한번에 (bulk) upload 하는방법 본문
728x90
반응형
※ 글쓴 이유 : pom 파일을 각각 넣는 노가다 없이 한번에 넣고 싶을때 처리하기 위해
Q1) pom 일괄 업로드 및 압축(?)해제
A1) 폴더 안의 pom파일을 한번에
'C:\Users\사용자명\.m2\repository' 폴더 안에 maven 레포지토리 파일들이 들어있는데 여기에 해당 파일을 넣고 다음 명령어를 실행한다.
파일명 : mavenimport.sh
cmd 오픈 경로 : C:\Users\사용자명\.m2\repository
명령어 : ./mavenimport.sh -u admin -p PASSWORD -r http://ip번호:8081/port번호/content/repositories/repository명/
repository 폴더 그대로 들어가면 성공
※ 참고 : https://wky.kr/76
Q2) jar 파일만 가지고 있을때
A2) 묶었던 jar 파일을 푸는 방식은 아래 내용 참고
728x90
반응형
'Server > Spring' 카테고리의 다른 글
[Spring] connection still allocated 오류 해결 방법 (0) | 2021.09.27 |
---|---|
[Spring] http와 Websocket 비유 (0) | 2021.09.01 |
[Swagger] path 여러개를 include 하고 싶을때 (0) | 2021.08.26 |
[Spring] System.loadLibrary 가 들어있는 프로젝트 실행시 'process finished with exit code 1' 에러 해결방법 (0) | 2021.08.23 |
[Spring] Caused by: oracle.jdbc.OracleDatabaseException: ORA-00904: "ILLEGALS0_"."컬럼명": invalid identifier 해결한 방법 (0) | 2021.08.23 |
Comments