Skip to content

How can I use my local maven settings.xml for my local nexus #176

Answered by brichbash
tiran1984 asked this question in Q&A
Discussion options

You must be logged in to vote

If you have mvnw in your repository, you can do that by using bootstrap, e.g.:

bootstrap: ./mvnw clean install

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, run qodana scan -v /path/to/local/.m2/repository:/data/cache/.m2/

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@brichbash
Comment options

@tiran1984
Comment options

Comment options

You must be logged in to vote
1 reply
@brichbash
Comment options

Answer selected by tiran1984
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants