diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-10-28 20:14:30 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-10-28 21:11:01 -0700 |
commit | 05ee7ef8b76a856054b3a25062dfcdfa3e73671b (patch) | |
tree | 6a684b5e3fd059a891de4cafa8196c5da14d1ea0 /guix/build/maven | |
parent | 7db4dc60045082b79ea288573d8492a6e5d5903c (diff) |
build/maven: fix-pom-dependencies: Fix typo.
* guix/build/maven/pom (fix-pom-dependencies): Fix spelling of "overridden".
Diffstat (limited to 'guix/build/maven')
-rw-r--r-- | guix/build/maven/pom.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/guix/build/maven/pom.scm b/guix/build/maven/pom.scm index aa60af2afa..6f847da9c1 100644 --- a/guix/build/maven/pom.scm +++ b/guix/build/maven/pom.scm @@ -246,14 +246,14 @@ to re-declare the namespaces in the top-level element." "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 |