Change `ingore-maven-wrapper` to `ignore-maven-wrapper`.
This commit is contained in:
Amal Krishna
2023-04-03 22:47:34 +05:30
committed by GitHub
parent 72bdd87d62
commit d3307ea36e
+1 -1
View File
@@ -26,7 +26,7 @@ Custom maven `settings.xml` can now be specified as an input parameter to the ac
* `settings-file` - An optional path to a Maven settings.xml file that you want to use to provide additional configuration to Maven.
* `ingore-maven-wrapper` - An optional `true`/`false` flag parameter to ignore the Maven wrapper (if present) in the maven project directory and instead use the version of Maven from the `PATH`. This is set to `false` by default to use the wrapper if one is present.
* `ignore-maven-wrapper` - An optional `true`/`false` flag parameter to ignore the Maven wrapper (if present) in the maven project directory and instead use the version of Maven from the `PATH`. This is set to `false` by default to use the wrapper if one is present.
* `maven-args` - An optional string value (space separated) options to pass to the maven command line when generating the dependency snapshot. This is empty by default.