Hello,
I’ve already checked the following topic but it doesn’t seem to be the same issue.
I’m building on a Windows server and getting the following error:
[ERROR] Plugin com.qmino:miredot-plugin:2.2 or one of its dependencies could not be resolved:
Failed to read artifact descriptor for com.qmino:miredot-plugin:jar:2.2:
Could not transfer artifact com.qmino:miredot-plugin:pom:2.2
from/to maven-default-http-blocker: Blocked mirror for repositories: [miredot (http://nexus.qmino.com/content/repositories/miredot, default, releases+snapshots)] -> [Help 1]
my build command is:
mvn clean package -DskipTests -s WebAPIConfig/settings.xml -P webapi-mssql
Versions:
PS E:\Apps\GitSourceCode\WebAPI> mvn -version
Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
Maven home: E:\Apps\Maven\bin…
Java version: 1.8.0_281, vendor: Oracle Corporation, runtime: E:\Apps\JRE
Default locale: en_US, platform encoding: Cp1252
OS name: “windows server 2019”, version: “10.0”, arch: “amd64”, family: “windows”
PS E:\Apps\GitSourceCode\WebAPI>
nexus repository is perfectly reachable from the web browser, we don’t have any firewall nor any other kind of restriction
WebApi source code is from version 2.8.2
Thanks in advance for any help