com.camunda.consulting.util:camunda-util-license-installer-war

This pom defines the required plugins and profiles to allow a camunda release build. Inherit this pom when you want to release your project into the camunda nexus and/or maven central.

License

License

GroupId

GroupId

com.camunda.consulting.util
ArtifactId

ArtifactId

camunda-util-license-installer-war
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

war
Description

Description

This pom defines the required plugins and profiles to allow a camunda release build. Inherit this pom when you want to release your project into the camunda nexus and/or maven central.
Project Organization

Project Organization

camunda services GmbH
Source Code Management

Source Code Management

https://github.com/camunda-consulting/camunda-util-license-installer-war

Download camunda-util-license-installer-war

How to add to project

<!-- https://jarcasting.com/artifacts/com.camunda.consulting.util/camunda-util-license-installer-war/ -->
<dependency>
    <groupId>com.camunda.consulting.util</groupId>
    <artifactId>camunda-util-license-installer-war</artifactId>
    <version>0.1.0</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.camunda.consulting.util/camunda-util-license-installer-war/
implementation 'com.camunda.consulting.util:camunda-util-license-installer-war:0.1.0'
// https://jarcasting.com/artifacts/com.camunda.consulting.util/camunda-util-license-installer-war/
implementation ("com.camunda.consulting.util:camunda-util-license-installer-war:0.1.0")
'com.camunda.consulting.util:camunda-util-license-installer-war:war:0.1.0'
<dependency org="com.camunda.consulting.util" name="camunda-util-license-installer-war" rev="0.1.0">
  <artifact name="camunda-util-license-installer-war" type="war" />
</dependency>
@Grapes(
@Grab(group='com.camunda.consulting.util', module='camunda-util-license-installer-war', version='0.1.0')
)
libraryDependencies += "com.camunda.consulting.util" % "camunda-util-license-installer-war" % "0.1.0"
[com.camunda.consulting.util/camunda-util-license-installer-war "0.1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
com.camunda.consulting.util : camunda-util-demo-support jar 0.4.0

provided (2)

Group / Artifact Type Version
org.camunda.bpm : camunda-engine jar 7.7.0
javax.servlet : javax.servlet-api jar 3.0.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Simple installer for Camunda license key

This web application (WAR) can be deployed to your container running a container managed/shared engine.

It searches for a properties file

  • USER_HOME/.camunda/build.properties

containing the Camunda license key as property:

  • camunda.license=****

Again

In order to configure the util create a file USER-HOME/.camunda/build.properties:

camunda.license=...(your camunda ee license key)...

Usage

Just build the WAR and deploy it to your container - or download the WAR from our Nexus

License

Apache License, Version 2.0.

com.camunda.consulting.util

Camunda Consulting

Versions

Version
0.1.0