wantedly-maven-repository

Wantedly Maven Repository

Лицензия

Лицензия

Категории

Категории

Maven Компиляция и сборка Ant
Группа

Группа

com.wantedly
Идентификатор

Идентификатор

wantedly-maven-repository
Последняя версия

Последняя версия

1.0.1
Дата

Дата

Тип

Тип

pom.sha512
Описание

Описание

wantedly-maven-repository
Wantedly Maven Repository
Ссылка на сайт

Ссылка на сайт

https://github.com/wantedly/maven-repository
Система контроля версий

Система контроля версий

https://github.com/wantedly/maven-repository.git

Скачать wantedly-maven-repository

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

wantedly-maven-repository

Maven Central

Make it easier adding a Wantedly's private Maven repository to your Gradle script.

Setup

import com.wantedly.maven.repository.wantedly

buildscript {
    repositories {
        mavenCentral()
    }
    dependencies {
        classpath("com.wantedly:wantedly-maven-repository:${LATEST_VERSION}")
    }
}

repositories {
    // Adds a GitHub Packages Maven repository.
    wantedly(repo = "repo-name")
}

dependencies {
    // You can use the artifacts that have "com.wantedly" groupId!
    implementation("com.wantedly.foo:bar:baz")
}

How to publish to Maven Central

GitHub

You can publish this library using publish workflow from GitHub Actions.

You must change the artifact version before running publish workflow to publish the new version. Otherwise, publish workflow will fail.

Local

This repository is public, so we can't write about secrets values, but you can find it in the internal documentation.

$ export ORG_GRADLE_PROJECT_signingKeyId=XXXXXXXXXXXX
$ export ORG_GRADLE_PROJECT_signingKey=XXXXXXXXXXXX
$ export ORG_GRADLE_PROJECT_signingPassword=XXXXXXXXXXXX
$ export ORG_GRADLE_PROJECT_sonatypeUsername=XXXXXXXXXXXX
$ export ORG_GRADLE_PROJECT_sonatypePassword=XXXXXXXXXXXX
$ ./gradlew clean publishToSonatype closeAndReleaseSonatypeStagingRepository
com.wantedly

Wantedly, Inc.

Create a world where work drives passion.

Версии библиотеки

Версия
1.0.1
1.0.0