Skip to content

camunda-community-hub/maven-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Community badge: Incubating Community extension badge

maven-template

Empty maven project with defaults that incorporates Camunda Community Hub best practices.

Usage

  • Use this as a template for new Camunda Community Hub projects. (https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-from-a-template)
  • Change names and URLs in pom.xml
    • groupId/artifactId
    <groupId>org.camunda.community.extension.name</groupId>
    <artifactId>give-me-a-name</artifactId>
    <version>0.0.1-SNAPSHOT</version>
    <packaging>jar</packaging>
    
    • URLs
    <scm>
      <url>https://github.com/camunda-community-hub/maven-template</url>
      <connection>scm:git:git@github.com:camunda-community-hub/maven-template.git</connection>
      <developerConnection>scm:git:git@github.com:camunda-community-hub/maven-tenmplate.git
      </developerConnection>
      <tag>HEAD</tag>
    </scm>
    
  • Add contribution guide to the repo ( e.g. Contributing to this project )
  • Select desired license and exchange LICENSE file

Features

Versions

Different versions are represented in different branches

  • main - Java 11

About

Empty maven project with defaults that incorporates Camunda Community Hub best practices.

Resources

License

Stars

Watchers

Forks

Languages

  • Java 100.0%