# cumulocity-clients-java **Repository Path**: mirrors_SoftwareAG/cumulocity-clients-java ## Basic Information - **Project Name**: cumulocity-clients-java - **Description**: This repository contains Cumulocity client libraries for Java. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-27 - **Last Updated**: 2026-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Cumulocity Clients Java --------------- This repository contains [Cumulocity] [1] client libraries for Java. For more information on [Cumulocity] [1] visit [http://www.cumulocity.com] [1]. Access to [Cumulocity] [1] [Maven repository] [2] is required to build the code. Building with Maven --------------- Please add [Cumulocity] [1] [Maven repository] [2] to Your `settings.xml` like this: cumulocity cumulocity cumulocity-maven-repo https://resources.cumulocity.com/maven/repository cumulocity-plugins-repo https://resources.cumulocity.com/maven/repository [1]: http://www.cumulocity.com [2]: http://maven.apache.org/ [3]: https://www.cumulocity.com/guides ### Backporting A github actions plugin for backporting was introduced. You can inspect it in `.github/workflows/auto-backport.yml`. It will automatically prepare Pull Requests to specified branches, when the original Pull Request will be merged. To do a backport add `auto-backport` label in your Pull Request. Second, you need a target branches, each specified with `auto-backport-to-`. For example to backport to branch `release/r0000.0.0` you have to add a label `auto-backport-to-release/r0000.0.0`. Backporting can be also done without github actions. See documentation for the tool itself: https://github.com/sqren/backport