일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- docker oracle12c
- javax.servlet.GenericFilter
- xrdp
- postgres install
- svn
- Failed to download metadata for repo 'appstream'
- apt-get update 오류
- Store password unencrypted
- svn dump
- Oracle install
- ant
- docker 폐쇄망
- 프로젝트 네임변경 후 이클립스 로딩시 에러
- svn 변경된 파일 추출
- svn 특정 리비전 사이 추출
- expected at least 1 bean which qualifies as autowire candidate
- Remmina
- svn 사용법
- svn commit
- svn update
- taskkill
- WH question
- 포스트그레스 설치
- svn log
- VirtualBox
- svn load
- mysql dml
- NEXUS
- Cannot prepare internal mirrorlist: No URLs in mirrorlist
- grep
Archives
- Today
- Total
목록nexus 업로드 (1)
기억의 습작
nexus에 jar 라이브러리 일괄 추가
Nexus 서버에 jar 라이브러리를 한번에 올리는 방법 .m2/repository 디렉토리를 압축해서 리눅스 서버에 업로드한다. mavenimport.sh 파일을 아래와 같이 만든다. #!/bin/bash # copy and run this script to the root of the repository directory containing files # this script attempts to exclude uploading itself explicitly so the script name is important # Get command line params while getopts ":r:u:p:" opt; do case $opt in r) REPO_URL="$OPTARG" ;; u) USERN..
SCM (형상관리)/nexus
2022. 2. 18. 00:20