io.takari.orchestra:agent

Takari: The future of software delivery.

License

License

GroupId

GroupId

io.takari.orchestra
ArtifactId

ArtifactId

agent
Last Version

Last Version

0.1.3
Release Date

Release Date

Type

Type

takari-jar
Description

Description

Takari: The future of software delivery.

Download agent

Dependencies

compile (24)

Group / Artifact Type Version
io.takari.orchestra : common jar 0.1.0
io.takari.orchestra : bpmn-parser jar 0.1.3
io.takari.orchestra.plugins : yaml-format jar 0.1.5
io.takari.orchestra.plugins : fs-definition-provider jar 0.1.5
io.takari.orchestra.plugins : nexus-tasks jar 0.1.5
io.takari.orchestra.plugins : ansible-tasks jar 0.1.5
io.takari.orchestra.plugins : oneops-tasks jar 0.1.5
io.takari.orchestra.plugins : smtp-tasks jar 0.1.5
io.takari.bpm : bpm-engine-api jar 0.8.8
io.takari.bpm : bpm-engine-impl jar 0.8.8
io.takari.bpm : activiti-compat jar 0.8.8
javax.inject : javax.inject jar 1
org.jboss.spec.javax.ws.rs : jboss-jaxrs-api_2.0_spec jar 1.0.0.Final
com.google.inject : guice jar 4.1.0
org.eclipse.sisu : org.eclipse.sisu.inject jar 0.3.3
com.google.guava : guava jar 19.0
org.slf4j : slf4j-api jar 1.7.21
ch.qos.logback : logback-classic jar 1.1.7
com.fasterxml.jackson.core : jackson-core jar 2.8.2
com.fasterxml.jackson.core : jackson-databind jar 2.8.2
com.fasterxml.jackson.core : jackson-annotations jar 2.8.2
org.jboss.resteasy : resteasy-client jar 3.0.13.Final
org.jboss.resteasy : resteasy-jackson2-provider jar 3.0.13.Final
org.apache.commons : commons-compress jar 1.12

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 2.0.70-beta
com.github.tomakehurst : wiremock jar 2.1.12

Project Modules

There are no modules declared in this project.

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>41</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.orchestra

Versions

Version
0.1.3
0.1.2
0.1.1
0.1.0