From 707161228214d6585eae5d6fa9daf3c0611ebd76 Mon Sep 17 00:00:00 2001 From: dzikoysk Date: Tue, 12 Sep 2023 01:14:51 +0200 Subject: [PATCH] GH-1880 Clarify the sentence about env variables in pom.xml (Fix #1880) --- 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 dedeefbb0..7c1e90d2f 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, you have to somehow provide `~/.m2/settings.xml` to your CI process. +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. 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