Errors when downloading Apache Archiva

0

Good morning,

I'm having enough problems with Apache Archiva and Maven .

I am using apache Archiva as a server on a machine. I have configured a repository of my own, and also Repositories Management to act under a proxy already configured. My proxy connectors are referred to my "repository" that I created.

In setting.xml I have the mirror defined to this apache files

 <id>repository</id>
 <url>http://myurl:port/repository/repostitory</url>
 <mirrorOf>*</mirrorOf>

in my pom.xml I defined my repository as distributionManagement

<distributionManagement>
    <repository>
      <id>repository</id>
      <url>http://myurl:port/repository/repository/</url>
    </repository>
</distributionManagement>

Since archiving I do not get the remote check of the repositories management and when I run from eclipse compile / clean install / clean deploy, I get errors of type 500 and I can not get Archiva to download the files I need after downloading to my local repository.

  

org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:       [ERROR] Non-resolvable import POM: Could not transfer artifact com.vaadin: vaadin-bom: pom: 7.7.7 from / to repository ( link ): Failed to transfer file: link . Return code is: 500, ReasonPhrase: Server Error. @ line 46, column 16

Does anyone have any ideas? Is my local configuration or is it% problem%?

    
asked by Cristian López González 05.02.2018 в 13:55
source

0 answers