Skip to content

Commit

Permalink
GH-1880 Clarify the sentence about env variables in pom.xml (Fix #1880)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk committed Sep 11, 2023
1 parent ff0b51e commit 7071612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reposilite-site/data/guides/integrations/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7071612

Please sign in to comment.