[BUG] Dependencies load fallback to invalid pom.xml #692
Labels
kind/bug
Categorizes issue or PR as related to a bug.
needs-priority
Indicates an issue or PR lacks a `priority/foo` label and requires one.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
Is there an existing issue for this?
Konveyor version
latest
Priority
Minor
Current Behavior
When dependencies cannot be loaded with maven e.g. for network issues, there is a fallback to pom.xml. That file could be invalid (like https://gist.github.com/aufi/0a6fc4b30bc0b079211c46213b85ec7e). That produces error messages in analysis.log, does not populate dependencies correctly, but provides analysis result (output.yaml).
Example error messages raised by upstream analysis CI:
Expected Behavior
Not really sure, could work as expected or consider fail analysis when it should have included dependencies.
How Reproducible
Always (Default)
Steps To Reproduce
Environment
Anything else?
I used kantra command example for simplicity, but appears in "full" k8s Konveyor deployment too.
The acmeair webapp looks to have invalid pom.xml content, example: https://gist.github.com/aufi/0a6fc4b30bc0b079211c46213b85ec7e
The text was updated successfully, but these errors were encountered: