[ 
https://issues.apache.org/jira/browse/OWB-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17536295#comment-17536295
 ] 

Romain Manni-Bucau commented on OWB-1404:
-----------------------------------------

[~hugol]  you need to enable http repositories in your .m2/settings.xml:

 
{code:java}
<mirrors>
        <mirror>
            <id>maven-default-http-blocker</id>
            <mirrorOf>external:dont-match-anything-mate:*</mirrorOf>
            <name>Pseudo repository to mirror external repositories initially 
using HTTP.</name>
            <url>http://0.0.0.0/</url>
            <blocked>false</blocked>
        </mirror>
    </mirrors> {code}
(we don't reference this repository directly, it is due to a transitive 
dependency so we can't help much, if you care about the related security  you 
can refine the whitelisted repo)

> Cannot build
> ------------
>
>                 Key: OWB-1404
>                 URL: https://issues.apache.org/jira/browse/OWB-1404
>             Project: OpenWebBeans
>          Issue Type: Bug
>          Components: XML Configuration
>    Affects Versions: 2.0.26
>            Reporter: Hugo
>            Priority: Major
>
> Cannot build.
> [ERROR] Plugin org.apache.maven.plugins:maven-remote-resources-plugin:1.5 or 
> one of its dependencies could not be resolved: Failed to read artifact 
> descriptor for 
> org.apache.maven.plugins:maven-remote-resources-plugin:jar:1.5: Could not 
> transfer artifact 
> org.apache.maven.plugins:maven-remote-resources-plugin:pom:1.5 from/to 
> central (http://repo.maven.apache.org/maven2): Failed to transfer file: 
> http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.5/maven-remote-resources-plugin-1.5.pom.
>  Return code is: 501 , ReasonPhrase:HTTPS Required. -> [Help 1]



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to