From 5e7139017a51fd0894e73db80974222c294f4eea Mon Sep 17 00:00:00 2001 From: terrestris Date: Wed, 17 Jan 2024 10:11:49 +0000 Subject: [PATCH] chore: automated doc generation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8789d4d..629d79c 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Was inspired by https://github.com/conveyal/maven-semantic-release. It differs i | Name | Type | Default | Description | | --- | --- | --- | --- | -| [settingsPath] | string | "'.m2/settings.xml'" | Path to a maven settings file. | +| [settingsPath] | string | "'~/.m2/settings.xml'" | Path to a maven settings file. | | [processAllModules] | boolean | false | This sets the `processAllModules` option for the `versions:set` target. It is useful for multimodule projects. | | [mavenTarget] | 'deploy' | 'package jib:build' | 'deploy jib:build' | 'deploy' | This determines which mvn targets are used to publish. | | [clean] | boolean | true | Whether the `clean` target will be applied before publishing. |