일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Oracle
- java
- php
- DB
- exception
- checbox
- 문자열
- jquery
- maven
- 전자정부 표준프레임워크
- MYSQL
- 웹 플랫폼 설치 관리자
- null
- @RequestBody
- spring form tag
- 오라클
- 한글
- 이클립스
- 네이버스마트 에디터
- RADIO
- SSL
- 호환성
- 스크립트
- 날짜
- json
- HTML5
- switch
- html
- 톰캣
- JSTL
- Today
- Total
목록maven (3)
개인적인 정리
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..
오랫만에 이전 프로젝트를 열어보니 동작하지 않는다. 이런 저런 시도를 해본 끝에 브라우저로 다음 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는 더 이..