일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- docker
- springboot
- NCP
- gson
- Windows
- mybatis
- useEffect
- VSCode
- gradle
- database
- nodejs
- Java
- MySQL
- log4j2
- dbeaver
- react
- Kubernetes
- JPA
- Spring
- tibero
- LOG4J
- intellijIDEA
- Linux
- maven
- nginx
- JavaScript
- BPMN
- IntelliJ
- sapfiorielements
- Git
- Today
- Total
두 손끝의 창조자
Gradle로 오픈소스 프로그램 공유 본문
전반적인 처리 절차
central.sonatype.org/pages/ossrh-guide.html#deployment
OSSRH Guide
OSSRH Guide Introduction Sonatype OSSRH (OSS Repository Hosting) uses Sonatype Nexus Repository Manager to provide repository hosting service for open source project binaries - be sure to review the full terms of service. OSSRH uses the Maven repository fo
central.sonatype.org
Gradle로 배포 방법 상세
central.sonatype.org/pages/gradle.html
Gradle
Gradle Deploying to OSSRH with Gradle - Introduction Just like Gradle can be easily configured to consume components from the Central Repository, it can be configured to publish to OSSRH. In order to deploy your components to OSSRH with Gradle, you have to
central.sonatype.org
전반적인 내용 이해하기
오픈소스 라이브러리 Maven Central Repository에 배포하기 (#1)
오픈소스로 개발된 라이브러리를 다른 프로젝트에서 활용하게 하려면 Maven의 Central Repository 등과 같은 public repository에 배포를 해야 한다. 하지만, 배포를 위해 준비해야 할 것들이 생각보다 많다
sw-architect.tistory.com
Github action으로 배포하기
docs.github.com/en/actions/guides/publishing-java-packages-with-gradle
Publishing Java packages with Gradle - GitHub Docs
Publishing Java packages with Gradle You can use Gradle to publish Java packages to a registry as part of your continuous integration (CI) workflow. GitHub Actions is available with GitHub Free, GitHub Pro, GitHub Free for organizations, GitHub Team, GitHu
docs.github.com