Directory watcher with a native OSX implementation of the WatchService

Takari: The future of software delivery.

Лицензия

Лицензия

Группа

Группа

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

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

directory-watcher
Последняя версия

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

0.0.8
Дата

Дата

Тип

Тип

takari-jar
Описание

Описание

Directory watcher with a native OSX implementation of the WatchService
Takari: The future of software delivery.

Скачать directory-watcher

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
net.java.dev.jna : jna jar 4.2.1
com.google.guava : guava jar 18.0
com.google.code.findbugs : jsr305 jar 2.0.1

test (3)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.codehaus.plexus : plexus-utils jar 3.0.22
io.airlift : command jar 0.2

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

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

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

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

Версия
0.0.8
0.0.7
0.0.6
0.0.5
0.0.3
0.0.2