[x] All tests passed. If this feature is not already covered by the tests, I added new tests.
In Maven builds, the absence of a pom.xml file in the working directory might result in the following error:
java.lang.IllegalArgumentException: File not found: null
at org.jfrog.build.extractor.clientConfiguration.deploy.DeployDetails$Builder.build (DeployDetails.java:154)
at org.jfrog.build.extractor.maven.BuildInfoRecorder.addDeployableArtifact (BuildInfoRecorder.java:577)
at org.jfrog.build.extractor.maven.BuildInfoRecorder.addPomArtifact (BuildInfoRecorder.java:540)
To replicate this problem, use the Maven deploy plugin to deploy a file from a directory lacking pom.xml. For instance:
[![👍 Frogbot scanned this pull request and found that it did not add vulnerable dependencies.](https://raw.githubusercontent.com/jfrog/frogbot/master/resources/v2/noVulnerabilityBannerPR.png)](https://github.com/jfrog/frogbot#readme)
[x] All tests passed. If this feature is not already covered by the tests, I added new tests.
In Maven builds, the absence of a pom.xml file in the working directory might result in the following error:
To replicate this problem, use the Maven deploy plugin to deploy a file from a directory lacking pom.xml. For instance: