DigiBP Camunda Template Archetype

Summary

These archetypes can be used to create a fresh Camunda Spring Boot project.

New Project Creation

Create a new project using the archetype published here: https://digibp.github.io/digibp-camunda-template-archetype

Creating a Project in Maven

mvn archetype:generate -DarchetypeCatalog=https://digibp.github.io/digibp-camunda-template-archetype/archetype-catalog.xml

Creating a Project in Eclipse

Add a Remote Archetype Catalog

Creating a Project in Eclipse using the Catalog

Creating a Project in IntelliJ

Procedure for creating an updated archetype

  1. Clone the master branch of digibp-camunda-template and make your changes.
  2. Make sure that you increase the version in the Maven pom.xml.
  3. Generate the archetype from the project clean archetype:create-from-project -Darchetype.properties=archetype.properties.
  4. Clone the master branch of digibp-camunda-template-archetype and copy your generated archetype files target\generated-sources\archetype\src\main\resources to the gh-pages branch under src\main\resources.
  5. Copy a .gitignore file to src\main\resources\archetype-resources.
  6. Make sure that you increase the version in the Maven pom.xml.
  7. Update the entries in archetype-catalog.xml (optional: clean install archetype:update-local-catalog and copy the entries).
  8. Deploy the artifacts to the main folder of the gh-pages branch using deploy -DaltDeploymentRepository=internal.repo::file://${basedir}
  9. Commit and push the gh-pages branch.

Releases

3.3.0

3.2.3

3.2.2

3.2.1

3.2.0

3.1.0

3.0.0

2.0.7

2.0.6

2.0.5

2.0.4

2.0.3

2.0.2

2.0.1

2.0.0

1.0.6

1.0.5

1.0.4

1.0.3

1.0.2

1.0.1

1.0.0

Maintainer

License