Username and password for AllureDownloadUrl #2182
Unanswered
vyalekseev
asked this question in
Questions & Support
Replies: 2 comments
-
Here are two approaches you could take: Configure your Nexus Repository as one of the Maven repositories and omit the allureDownloadUrl. Without specifying allureDownloadUrl, the Allure Maven plugin will default to using Maven's inherent dependency resolution system. |
Beta Was this translation helpful? Give feedback.
0 replies
-
If your host has basic authentication enabled, you can replace the link with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to download allure-command-line from a local nexus server. But when trying to download it, maven tries to connect without username and password specified in the file settings.xml accordingly, nothing is downloaded without authorization (401 error). How to specify username and password in a file pom.xml or force them to take them from a file settings.xml ?
Beta Was this translation helpful? Give feedback.
All reactions