두 손끝의 창조자

Gradle로 오픈소스 프로그램 공유 본문

패키지관리/Gradle

Gradle로 오픈소스 프로그램 공유

codinglog 2021. 3. 30. 15:17

전반적인 처리 절차

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

전반적인 내용 이해하기

sw-architect.tistory.com/10

 

오픈소스 라이브러리 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

 

반응형
Comments