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.
'org.camunda.bpm.extension.xslt.distro:xslt-distro-modules:1.0.2'
<dependency>
<groupId>org.camunda.bpm.extension.xslt.distro</groupId>
<artifactId>xslt-distro-modules</artifactId>
<version>1.0.2</version>
</dependency>
<dependency org="org.camunda.bpm.extension.xslt.distro" name="xslt-distro-modules" rev="1.0.2"/>
"org.camunda.bpm.extension.xslt.distro", "xslt-distro-modules", "1.0.2"