Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.
Dr. Christoph "Schorsch" Jung edited this page Nov 19, 2022 · 1 revision

This is how the patch branches work.

On a workspace connected to product-edc (origin) and ka-product-edc (patch), do

git pull -r patch git fetch origin

git checkout "branch_to_patch" git checkout -b "patch_branch"

git cherry-pick "any-patch-commit"

then adapt any submodule (edc) to its own patch repository (ka-Dataspaceconnector) and checkout the new patch branch there.

Finally adapt repository urls and version numbers to the new patch number

mvn versions:set -DnewVersion="patch_version"

Finally, perform the deployment

./mvwn -s settings.xml deploy -Pwith-docker-image -DaltDeploymentRepository=github::https://maven.pkg.github.com/catenax/ka-product-edc

Clone this wiki locally