Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.31 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.31 KB

Community Extension Maven Central

community-hub-release-parent

This is a POM which can be inherited for Community Hub Maven releases, defining some common release properties. It allows deploying to two repositories simultaneously. One is a Nexus OSS server, the other one a Nexus Enterprise server. It will deploy the artifacts at the end of the build to keep the window of failure small when talking to external systems.

Usage

Inherit the community-hub-release-parent POM inside your project like so:

<parent>
    <groupId>org.camunda.community</groupId>
    <artifactId>community-hub-release-parent</artifactId>
    <version>1.3.1</version>    
    <relativePath />
</parent>