-
I am scanning many projects that were not developed by me, how to skip failure like maven import failure and continue to scan proejct. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello, It is required to load your project to analyze your JVM projects. So in this case, skipping the import is not an option. If the projects use dependencies from private repositories, you can pass your |
Beta Was this translation helpful? Give feedback.
Hello,
It is required to load your project to analyze your JVM projects. So in this case, skipping the import is not an option. If the projects use dependencies from private repositories, you can pass your
settings.xml
to/root/.m2/settings.xml
in the Qodana container, e.g.:qodana scan -v path/to/your/settings.xml:/root/.m2/settings.xml