Error transferring file: Connection timed out: connect in maven.

Devraj

I have uploaded "reporty-ng" jars to resolve the plugin dependencies on my bit bucket account, but i get this Error when i run mvn clean . There is no setting has been done in "seetings.xml"

    C:\Users\Devraj\workspace\TestProject>mvn clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building Unnamed - TestProject:TestProject:jar:0.0.1-SNAPSHOT
[INFO]    task-segment: [clean]
[INFO] ------------------------------------------------------------------------
Downloading: https://bitbucket.org/Devraj/reporty-ng/reporty-ng/1.2/reporty-ng- 1.2.pom
[WARNING] Unable to get resource 'reporty-ng:reporty-ng:pom:1.2' from repository reporty-ng (https://bitbucket.org/Devraj): Error transferring file:        Co
nnection timed out: connect
Downloading: http://repo1.maven.org/maven2/reporty-ng/reporty-ng/1.2/reporty-ng-1.2.pom
[INFO] Unable to find resource 'reporty-ng:reporty-ng:pom:1.2' in repository central (http://repo1.maven.org/maven2)
Downloading: http://repo1.maven.org/maven2/reporty-ng/reporty-ng/1.2/reporty-ng-1.2.pom
[INFO] Unable to find resource 'reporty-ng:reporty-ng:pom:1.2' in repository central (http://repo1.maven.org/maven2)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: reporty-ng:reporty-ng

Reason: POM 'reporty-ng:reporty-ng' not found in repository: Unable to download the artifact from any repository

  reporty-ng:reporty-ng:pom:1.2

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  reporty-ng (https://bitbucket.org/Devraj)

 for project reporty-ng:reporty-ng


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 25 seconds
[INFO] Finished at: Wed Mar 05 14:49:09 IST 2014
[INFO] Final Memory: 7M/73M
[INFO] ------------------------------------------------------------------------
blackbuild

Don't upload foreign artifacts to your bitbucket account.

Include the reporty-ng repository in your pom (see: https://github.com/cosminaru/reporty-ng/wiki/MavenPlugin)

<pluginRepositories>
    <pluginRepository>
        <id>reporty-ng</id>
        <url>https://github.com/cosminaru/reporty-ng/raw/master/dist/maven</url>
    </pluginRepository>
</pluginRepositories>

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

SMTP ERROR: Failed to connect to server: Connection timed out (110) with PHPMailer and Outlook SMTP

From Dev

Apns php error "Failed to connect to APNS: 110 Connection timed out."

From Dev

Maven fails to pull dependencies on travis-ci: Connection timed out

From Dev

pooled connection timed out

From Dev

PHPMailer connection timed out

From Dev

UNRESOLVED DEPENDENCIES due to Server access Error: Connection timed out: connect in Play 2.2.2?

From Dev

TinyTds Error: Adaptive Server connection timed out

From Dev

Remote Debugging: Failed to connect to remote VM. Connection timed out

From Dev

PostgreSQL: could not connect to server: Connection timed out

From Dev

<b>Fatal error</b>: Uncaught exception 'Exception' with message 'Failed to connect to api.twitter.com port 443: Connection timed out'

From Dev

unix sockets - can't connect to server (connection timed out)

From Dev

Connection timed out error in intellij Idea

From Dev

android studio error Error:Connection timed out

From Dev

Error with timed out bluetooth connection

From Dev

ssh: connect to host HOSTNAME port 22: Connection timed out

From Dev

Slave: ssh: connect to host slave port 22: Connection timed out

From Dev

PuTTY returns Network error: Connection timed out

From Dev

Connection timed out error

From Dev

Error 522: Connection timed out

From Dev

PostgreSQL: could not connect to server: Connection timed out

From Dev

p:captcha throws "HTTP Status 500 - Connection timed out: connect"

From Dev

nginx connect() failed (110: Connection timed out)

From Dev

ssh error: connection timed out

From Dev

ssh: connect to host HOSTNAME port 22: Connection timed out

From Dev

MailEnable error connection timed out

From Dev

SMTP -> ERROR: Failed to connect to server: Connection timed out (110)

From Dev

PuTTY Software caused connection error - file transferring

From Dev

ssh: connect to host Connection timed out

From Dev

Mongodb is throwing "connection timed out" error

Related Related

  1. 1

    SMTP ERROR: Failed to connect to server: Connection timed out (110) with PHPMailer and Outlook SMTP

  2. 2

    Apns php error "Failed to connect to APNS: 110 Connection timed out."

  3. 3

    Maven fails to pull dependencies on travis-ci: Connection timed out

  4. 4

    pooled connection timed out

  5. 5

    PHPMailer connection timed out

  6. 6

    UNRESOLVED DEPENDENCIES due to Server access Error: Connection timed out: connect in Play 2.2.2?

  7. 7

    TinyTds Error: Adaptive Server connection timed out

  8. 8

    Remote Debugging: Failed to connect to remote VM. Connection timed out

  9. 9

    PostgreSQL: could not connect to server: Connection timed out

  10. 10

    <b>Fatal error</b>: Uncaught exception 'Exception' with message 'Failed to connect to api.twitter.com port 443: Connection timed out'

  11. 11

    unix sockets - can't connect to server (connection timed out)

  12. 12

    Connection timed out error in intellij Idea

  13. 13

    android studio error Error:Connection timed out

  14. 14

    Error with timed out bluetooth connection

  15. 15

    ssh: connect to host HOSTNAME port 22: Connection timed out

  16. 16

    Slave: ssh: connect to host slave port 22: Connection timed out

  17. 17

    PuTTY returns Network error: Connection timed out

  18. 18

    Connection timed out error

  19. 19

    Error 522: Connection timed out

  20. 20

    PostgreSQL: could not connect to server: Connection timed out

  21. 21

    p:captcha throws "HTTP Status 500 - Connection timed out: connect"

  22. 22

    nginx connect() failed (110: Connection timed out)

  23. 23

    ssh error: connection timed out

  24. 24

    ssh: connect to host HOSTNAME port 22: Connection timed out

  25. 25

    MailEnable error connection timed out

  26. 26

    SMTP -> ERROR: Failed to connect to server: Connection timed out (110)

  27. 27

    PuTTY Software caused connection error - file transferring

  28. 28

    ssh: connect to host Connection timed out

  29. 29

    Mongodb is throwing "connection timed out" error

HotTag

Archive