io.takari.orchestra:server

Takari: The future of software delivery.

License

License

GroupId

GroupId

io.takari.orchestra
ArtifactId

ArtifactId

server
Last Version

Last Version

0.1.3
Release Date

Release Date

Type

Type

provisio
Description

Description

Takari: The future of software delivery.

Download server

Dependencies

compile (35)

Group / Artifact Type Version
io.takari.orchestra : common jar 0.1.0
io.takari.orchestra : agent jar 0.1.3
io.takari.bpm : bpm-engine-api jar 0.8.8
io.takari.bpm : activiti-compat jar 0.8.8
io.takari.bpm : bpm-engine-impl jar 0.8.8
io.takari.orchestra : bpmn-parser jar 0.1.3
io.takari.orchestra.plugins : fs-definition-provider jar 0.1.5
org.eclipse.jgit : org.eclipse.jgit jar 4.4.1.201607150455-r
io.takari.siesta : siesta-api jar 2.2.1
io.takari.siesta : siesta-server jar 2.2.1
io.takari.siesta : siesta-jackson2 jar 2.2.1
com.fasterxml.jackson.core : jackson-annotations jar 2.8.2
com.fasterxml.jackson.core : jackson-databind jar 2.8.2
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
com.google.inject.extensions : guice-servlet jar 4.1.0
org.eclipse.sisu : org.eclipse.sisu.inject jar 0.3.3
com.google.guava : guava jar 19.0
javax.servlet : javax.servlet-api jar 3.1.0
org.jboss.resteasy : resteasy-jaxrs jar 3.0.13.Final
org.jboss.resteasy : resteasy-guice jar 3.0.13.Final
org.jboss.resteasy : resteasy-multipart-provider jar 3.0.13.Final
org.eclipse.jetty : jetty-util jar 9.2.11.v20150529
org.eclipse.jetty : jetty-server jar 9.2.11.v20150529
org.eclipse.jetty : jetty-servlet jar 9.2.11.v20150529
org.slf4j : slf4j-api jar 1.7.21
org.slf4j : slf4j-log4j12 jar 1.7.21
org.liquibase : liquibase-core jar 3.5.1
com.h2database : h2 jar 1.4.192
org.jooq : jooq jar 3.8.2
org.postgresql : postgresql jar 9.4.1209
org.apache.tomcat : tomcat-jdbc jar 8.5.5
commons-io : commons-io jar 2.5
org.apache.commons : commons-compress jar 1.12

test (1)

Group / Artifact Type Version
junit : junit jar 4.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
0.0.1