From b496d2ce3f3147c34bb5d0d6d7fae599212c545a Mon Sep 17 00:00:00 2001 From: Peter Murray <681306+peter-murray@users.noreply.github.com> Date: Sun, 30 Oct 2022 12:35:47 +0000 Subject: [PATCH] Updating ReadMe.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f2a4743..7174522 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,10 @@ Custom maven `settings.xml` can now be specified as an input parameter to the ac * `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. +* `snapshot-include-file-name`: Optional flag to control whether or no the path and file name of the pom.xml is provided with the snapshot submission. Defaults to `false` as the file name currently overwrites the POM artifactId + +* `snapshot-dependency-file-name`: An optional user control file path to the POM file, requires `snapshot-include-file-name` to be `true` for the value to be submitted. + ## Examples