Closed anujsrc closed 10 years ago
Unable to build the project as URL http://maven.aksw.org:8081/archiva/repository/internal/ is not accessible. The build fails with repeated attempt to access the repository-
[INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building commons 1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ Downloading: http://maven.aksw.org:8081/archiva/repository/internal/edu/mit/jwi/2.3.3/jwi-2.3.3.pom Mar 04, 2014 10:06:11 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection timed out Mar 04, 2014 10:06:11 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry INFO: Retrying request Mar 04, 2014 10:07:15 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection timed out Mar 04, 2014 10:07:15 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry INFO: Retrying request Mar 04, 2014 10:08:18 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection timed out Mar 04, 2014 10:08:18 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry INFO: Retrying request Downloading: http://maven.aksw.org:8081/archiva/repository/snapshots/edu/mit/jwi/2.3.3/jwi-2.3.3.pom Mar 04, 2014 10:10:24 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection timed out Mar 04, 2014 10:10:24 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry INFO: Retrying request
Fixed this by removing the port number in pom.xml (port was changed and it works without specific port setting).
Unable to build the project as URL http://maven.aksw.org:8081/archiva/repository/internal/ is not accessible. The build fails with repeated attempt to access the repository-