Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. <repositories>
  2. <repository>
  3. <releases>
  4. <enabled>true</enabled>
  5. <updatePolicy>always</updatePolicy>
  6. <checksumPolicy>warn</checksumPolicy>
  7. </releases>
  8. <snapshots>
  9. <enabled>false</enabled>
  10. <updatePolicy>never</updatePolicy>
  11. <checksumPolicy>fail</checksumPolicy>
  12. </snapshots>
  13. <id>HDPReleases</id>
  14. <name>HDP Releases</name>
  15. <url>http://repo.hortonworks.com/content/repositories/releases/</url>
  16. <layout>default</layout>
  17. </repository>
  18. </repositories>
  19.  
  20. [ERROR] Failed to execute goal on project flume-sources: Could not resolve dependencies for project com.hdptest:flume-sources:jar:1.0-SNAPSHOT: Failed to collect dependencies at org.apache.flume:flume-ng-core:jar:1.4.0.2.0.10.1-3: Failed to read artifact descriptor for org.apache.flume:flume-ng-core:jar:1.4.0.2.0.10.1-3: Could not transfer artifact org.apache.flume:flume-ng-core:pom:1.4.0.2.0.10.1-3 from/to hortonworks (http://repo.hortonworks.com/content/repositories/releases/): Connect to repo.hortonworks.com:80 [repo.hortonworks.com/54.225.131.199] failed: Connection timed out -> [Help 1]
  21.  
  22. [DEBUG] =======================================================================
  23. [DEBUG] Using transporter WagonTransporter with priority -1.0 for http://repo.hortonworks.com/content/repositories/releases/
  24. [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for http://repo.hortonworks.com/content/repositories/releases/
  25. Downloading: http://repo.hortonworks.com/content/repositories/releases/org/apache/flume/flume-ng-core/1.4.0.2.0.10.1-3/flume-ng-core-1.4.0.2.0.10.1-3.pom
  26. [DEBUG] Writing tracking file /root/.m2/repository/org/apache/flume/flume-ng-core/1.4.0.2.0.10.1-3/flume-ng-core-1.4.0.2.0.10.1-3.pom.lastUpdated
  27. [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.maven.apache.org/maven2
  28. [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.maven.apache.org/maven2 via xyzproxy.test.co.in:8080 with username=proxy_user_name, password=***
  29. Downloading: https://repo.maven.apache.org/maven2/org/apache/flume/flume-ng-core/1.4.0.2.0.10.1-3/flume-ng-core-1.4.0.2.0.10.1-3.pom
  30. [DEBUG] Writing tracking file /root/.m2/repository/org/apache/flume/flume-ng-core/1.4.0.2.0.10.1-3/flume-ng-core-1.4.0.2.0.10.1-3.pom.lastUpdated
  31.  
  32. <mirror>
  33. <id>hortonworks</id>
  34. <mirrorOf>HDPReleases</mirrorOf>
  35. <name>using Mirror for hortonworks.</name>
  36. <url>http://repo.hortonworks.com/content/repositories/releases/</url>
  37. </mirror>
  38.  
  39. <proxies>
  40. <proxy>
  41. <active>true</active>
  42. <protocol>http</protocol>
  43. <host>localhost</host>
  44. <port>3128</port>
  45. <nonProxyHosts>127.0.0.1</nonProxyHosts>
  46. </proxy>
  47. </proxies>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement