1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-09-16 09:26:22 +02:00

chore: fix typo in mavenBuild docs (#5352)

This commit is contained in:
Christopher Fenner
2025-05-16 16:35:36 +02:00
committed by GitHub
parent 4ec7fc5a84
commit eed6aa1836
2 changed files with 4 additions and 2 deletions

View File

@@ -130,7 +130,8 @@ func MavenBuildCommand() *cobra.Command {
It will also prepare jacoco to record the code coverage and
supports ci friendly versioning by flattening the pom before installing.
### build with depedencies from a private repository
### build with dependencies from a private repository
if your build has dependencies from a private repository you can include a project settings xml into the source code repository as below (replace the ` + "`" + `<url>` + "`" + `
tag with a valid private repo url).
` + "`" + `` + "`" + `` + "`" + `xml

View File

@@ -9,7 +9,8 @@ metadata:
It will also prepare jacoco to record the code coverage and
supports ci friendly versioning by flattening the pom before installing.
### build with depedencies from a private repository
### build with dependencies from a private repository
if your build has dependencies from a private repository you can include a project settings xml into the source code repository as below (replace the `<url>`
tag with a valid private repo url).
```xml