You've already forked sap-jenkins-library
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:
committed by
GitHub
parent
4ec7fc5a84
commit
eed6aa1836
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user