Skip to content

Commit

Permalink
Merge pull request #32 from amal-stack/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README.md
  • Loading branch information
peter-murray authored Apr 19, 2023
2 parents 6a03a81 + d3307ea commit 9ec57eb
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 @@ -27,7 +27,7 @@ This action writes informations in the repository dependency graph, so if you ar

* `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.

Expand Down

0 comments on commit 9ec57eb

Please sign in to comment.