-
How can I use my local Maven Settings.xml with Qodana. I have to connect to the company nexus with authenication |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Hello, |
Beta Was this translation helpful? Give feedback.
-
will not work with
|
Beta Was this translation helpful? Give feedback.
-
is there a way to execude maven direct at the docker image? to check if is possible to download from local nexus |
Beta Was this translation helpful? Give feedback.
If you have
mvnw
in your repository, you can do that by using bootstrap, e.g.:Otherwise, you can install your dependencies in a step before Qodana and then mount the directory with dependencies to
/data/cache/.m2/
in a Qodana container. To do that, runqodana scan -v /path/to/local/.m2/repository:/data/cache/.m2/