mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
build/maven: fix-pom-dependencies: Fix typo.
* guix/build/maven/pom (fix-pom-dependencies): Fix spelling of "overridden".
This commit is contained in:
parent
7db4dc6004
commit
05ee7ef8b7
1 changed files with 4 additions and 4 deletions
|
@ -246,14 +246,14 @@ (define* (fix-pom-dependencies pom-file inputs
|
|||
"Open @var{pom-file}, and override its content, rewritting its dependencies
|
||||
to set their version to the latest version available in the @var{inputs}.
|
||||
|
||||
@var{#:with-plugins?} controls whether plugins are also overiden.
|
||||
@var{#:with-plugins?} controls whether plugins are also overridden.
|
||||
@var{#:with-build-dependencies?} controls whether build dependencies (whose
|
||||
scope is not empty) are also overiden. By default build dependencies and
|
||||
plugins are not overiden.
|
||||
scope is not empty) are also overridden. By default build dependencies and
|
||||
plugins are not overridden.
|
||||
|
||||
@var{#:excludes} is an association list of groupID to a list of artifactIDs.
|
||||
When a pair (groupID, artifactID) is present in the list, its entry is
|
||||
removed instead of being overiden. If the entry is ignored because of the
|
||||
removed instead of being overridden. If the entry is ignored because of the
|
||||
previous arguments, the entry is not removed.
|
||||
|
||||
@var{#:local-packages} is an association list that contains additional version
|
||||
|
|
Loading…
Reference in a new issue