Skip to content

Pom which can be inherited for community hub maven releases defining some common release properties

Notifications You must be signed in to change notification settings

holunda-io/community-hub-release-parent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>  

About

Pom which can be inherited for community hub maven releases defining some common release properties

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published