Takari :: Local Repository

This extension for Aether contains a synchronization context that employs OS-level file locks to enable safe concurrent access to the local repository across processes.

Лицензия

Лицензия

Группа

Группа

io.takari.aether
Идентификатор

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

takari-local-repository
Последняя версия

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

0.11.3
Дата

Дата

Тип

Тип

takari-maven-component
Описание

Описание

Takari :: Local Repository
This extension for Aether contains a synchronization context that employs OS-level file locks to enable safe concurrent access to the local repository across processes.

Скачать takari-local-repository

Зависимости

provided (6)

Идентификатор библиотеки Тип Версия
javax.inject : javax.inject jar 1
org.eclipse.aether : aether-api jar 1.0.0.v20140518
org.eclipse.aether : aether-spi jar 1.0.0.v20140518
org.eclipse.aether : aether-impl jar 1.0.0.v20140518
org.slf4j : slf4j-api jar 1.7.5
com.google.guava : guava jar 18.0

test (7)

Идентификатор библиотеки Тип Версия
org.eclipse.aether : aether-test-util jar 1.0.0.v20140518
junit : junit jar 4.11
com.googlecode.multithreadedtc : multithreadedtc jar 1.01
org.slf4j : slf4j-simple jar 1.7.5
org.codehaus.plexus : plexus-utils jar 3.0.20
io.takari.maven.plugins : takari-plugin-testing jar 2.7.0
io.takari.maven.plugins : takari-plugin-integration-testing pom 2.7.0

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

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

Takari POM

The parent POM for all projects of Takari allowing deployment to the Central Repository and centralized plugin and configuration management.

Usage

Just add a parent segment with the latest version to your project

  <parent>
    <groupId>io.takari</groupId>
    <artifactId>takari</artifactId>
    <version>27</version>
  </parent>

To release your project you can use the usual Maven release process.

mvn release:prepare release:perform

This deploys the project to the Central Repository and hence the binaries are available whereever Central is available. Prior to that the staging repository needs to be closed and released on OSSRH.

SNAPSHOT version deployments emulating the full release build can be done with

mvn clean deploy -P takari-release

Binaries end up on https://oss.sonatype.org/content/repositories/snapshots/

The project uses the Takari Lifecycle for resources, compiler, jar, install and deploy replacement.

Build

As usual

mvn clean install

Release

Same as for usage of the project...

io.takari.aether

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

Версия
0.11.3
0.11.2
0.11.1
0.11.0
0.10.4
0.10.3
0.10.2
0.10.1
0.10.0
0.9.0
0.0.8