일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 호환성
- json
- JSTL
- 이클립스
- jquery
- 톰캣
- java
- 네이버스마트 에디터
- maven
- HTML5
- checbox
- MYSQL
- Oracle
- RADIO
- 스크립트
- spring form tag
- 웹 플랫폼 설치 관리자
- php
- 한글
- DB
- 오라클
- 날짜
- 전자정부 표준프레임워크
- html
- exception
- null
- switch
- @RequestBody
- SSL
- 문자열
- Today
- Total
목록maven (3)
개인적인 정리
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/caA6Pa/btqG9S9nBSm/4qn8vKHyuWFiNyxeRTLCE1/img.png)
maven-resources-plugin:jar:2.6 와 관련해서 아래와 같은 오류가 발생하였다. Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.6 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.6 Plugin org.apache.maven.plugins:maven-resources-plugin:2.6 or one of its dependencies could not be resolve..
Plugin org.apache.maven.plugins:maven-resources-plugin:2.6 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.6: Could not transfer artifact org.apache.maven.plugins:maven-resources-plugin:pom:2.6 from/to central (https://repo.maven.apache.org/maven2): Received fatal alert: protocol_version -> [Help 1] [E..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/nq9rK/btqHemH0pTa/KrqWEK1sdsJXABPtEPnNCk/img.png)
오랫만에 이전 프로젝트를 열어보니 동작하지 않는다. 이런 저런 시도를 해본 끝에 브라우저로 다음 URL을 접속해보니 오류가 난다. http://repo1.maven.org/maven2/ 501 HTTPS Required. Use https://repo1.maven.org/maven2/ More information at https://links.sonatype.com/central/501-https-required http://repo1.maven.org/maven2/ 에서 http 대신에 https로 사용하라는 말인 것 같다. https://repo1.maven.org/maven2/ 아래 블로그에 보면 아래와 같이 말하고 있다. 2020 년 1 월 15 일부터 Central Repository는 더 이..