Skip to content

Commit

Permalink
chore: automated doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
terrestris committed Jan 17, 2024
1 parent b379b5b commit 5e71390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Was inspired by https://github.com/conveyal/maven-semantic-release. It differs i

| Name | Type | Default | Description |
| --- | --- | --- | --- |
| [settingsPath] | <code>string</code> | <code>&quot;&#x27;.m2/settings.xml&#x27;&quot;</code> | Path to a maven settings file. |
| [settingsPath] | <code>string</code> | <code>&quot;&#x27;~/.m2/settings.xml&#x27;&quot;</code> | Path to a maven settings file. |
| [processAllModules] | <code>boolean</code> | <code>false</code> | This sets the `processAllModules` option for the `versions:set` target. It is useful for multimodule projects. |
| [mavenTarget] | <code>&#x27;deploy&#x27;</code> | <code>&#x27;package jib:build&#x27;</code> | <code>&#x27;deploy jib:build&#x27;</code> | <code>&#x27;deploy&#x27;</code> | This determines which mvn targets are used to publish. |
| [clean] | <code>boolean</code> | <code>true</code> | Whether the `clean` target will be applied before publishing. |
Expand Down

0 comments on commit 5e71390

Please sign in to comment.