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.
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>