Member since
09-24-2015
5
Posts
5
Kudos Received
0
Solutions
10-09-2015
07:54 PM
example on how to user mirror in maven settings.xml : https://maven.apache.org/guides/mini/guide-mirror-settings.html
... View more
10-09-2015
07:53 PM
2 Kudos
If there is a reason for not touching the project's pom.xml one could fix their maven settings.xml to mirror http://repo.hortonworks.com/content/groups/public/ and direct all the maven requests
... View more
09-30-2015
03:09 PM
2 Kudos
Two ways to deal with this
If you have a internal maven repository manger like Sonatype Nexus, one can setup a proxy pointing to http://repo.hortonworks.com/content/repositories/releases/ and internally add it to the nexus maven repository groups. If one doesn't have any type of maven repository manager they can directly use the public groups url "http://repo.hortonworks.com/content/groups/public/" in there maven settings.xml as a mirror
... View more
Labels:
- Labels:
-
Hortonworks Data Platform (HDP)
09-29-2015
09:25 PM
1 Kudo
src rpm can be used for building the binary rpm, where as the source rpm contains the actual java source for the purpose of reference.
... View more
09-29-2015
09:24 PM
Labels:
- Labels:
-
Hortonworks Data Platform (HDP)