c

camunda-release-parent

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.
http://www.camunda.org
The Apache Software License, Version 2.0
camunda services GmbH
camunda BPM Community
Files download
File Operation
camunda-release-parent-1.pom download
Apache Maven
<dependency>
  <groupId>org.camunda</groupId>
  <artifactId>camunda-release-parent</artifactId>
  <version>1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.camunda:camunda-release-parent:1'
Gradle Kotlin
implementation("org.camunda:camunda-release-parent:1")
Scala SBT
libraryDependencies += "org.camunda" % "camunda-release-parent" % "1"
Groovy Grape
@Grapes(
  @Grab(group='org.camunda', module='camunda-release-parent', version='1')
)
Apache Ivy
<dependency org="org.camunda" name="camunda-release-parent" rev="1" />
Leiningen
[org.camunda/camunda-release-parent "1"]
Apache Buildr
'org.camunda:camunda-release-parent:jar:1'