From b669e3c08f6eee3263d762bd09b6cc72dc2ed415 Mon Sep 17 00:00:00 2001 From: dzikoysk Date: Tue, 12 Sep 2023 01:17:19 +0200 Subject: [PATCH] GH-1880 Replace env variables reference with server credentials section --- reposilite-site/data/guides/integrations/github.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reposilite-site/data/guides/integrations/github.md b/reposilite-site/data/guides/integrations/github.md index 7c1e90d2f..50907e7ad 100644 --- a/reposilite-site/data/guides/integrations/github.md +++ b/reposilite-site/data/guides/integrations/github.md @@ -49,7 +49,7 @@ You can find full list of available events in GitHub Actions documentation: #### Maven -Because Maven does not support environment variables directly in the `pom.xml` file, you have to somehow provide `~/.m2/settings.xml` to your CI process. +Because Maven does not support server credentials section in the `pom.xml` file, you have to somehow provide `~/.m2/settings.xml` to your CI process. I can recommend [s4u/maven-settings-action](https://github.com/s4u/maven-settings-action) plugin to generate such file during execution, without a need to write a custom script. ```yaml