maven.repository.redhat.com Nexus Proxy -
i setup maven.repository.redhat.com proxy in nexus 2.11.3-01
but getting few artifacts. "browse index" , "browse remote" show artifacts. "browse storage" shows 2 artifacts. did not 2 artifacts.. showed automatically.
so when building maven projects has dependency
<dependency> <groupid>org.jboss.bom.eap</groupid> <artifactid>jboss-javaee-6.0-with-tools</artifactid> <version>6.4.2.ga</version> <type>pom</type> <scope>import</scope> </dependency>
i :
[error] non-resolvable import pom: failure find org.jboss.bom.eap:jboss-javaee-6.0-with-tools:pom:6.4.2.ga in https://nexus.xxx.com:8443/content/groups/public/ cached in local repository, resolution not reattempted until update interval of xxx-nexus-repository has elapsed or updates forced @ line 98, column 25
artifacts show in storage tab when requested through proxy. requested these through nexus. can check request.log file in sonatype-work/nexus/logs see did this.
the failure download pom cached maven, not going try again until it's cache timeout expires or force update. try running build again "-u" flag force new check.
if you're still having problems after see here:
https://support.sonatype.com/entries/21437881-troubleshooting-artifact-download-failures
Comments
Post a Comment