Adapt maven path search for files and dirs 68/14968/3
authorEric Ball <eball@linuxfoundation.org>
Wed, 20 Mar 2019 00:51:34 +0000 (17:51 -0700)
committerEric Ball <eball@linuxfoundation.org>
Wed, 20 Mar 2019 21:50:24 +0000 (14:50 -0700)
commit8f91abb60e11d01051b801faaf8d60ad3d292241
tree41e6b529ac55454fcb2515f0d98ec54cf7a95d17
parentf50130f8bd687b514716a1300453c9fd70cfca99
Adapt maven path search for files and dirs

The "-f" maven param can specify both a directory, in which case it
will look for "pom.xml" in the directory, or a specific file. The
original version of this search was only compatible with directories
that contain a pom.xml file.

Change-Id: I81ab161f3156fc2159a4b7ca9ca084a0f82da795
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
releasenotes/notes/fetch-metadata-fix-8c2273c284ba9745.yaml [new file with mode: 0644]
shell/maven-fetch-metadata.sh