jira-importer commented on issue #431:
URL: 
https://github.com/apache/maven-deploy-plugin/issues/431#issuecomment-2771540200

   **[spencer 
p](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=exussum0)** 
commented
   
   I just retried to recompile and now it downloaded the module fine.  
Serverside seems fine, confirmed, well and dandy.
   
   Here's my access log on the webserver getting the info...
   
   64.145.111.200 - - [13/Oct/2005:12:47:07 -0400] "GET 
/java/repository/org/sporty/qdox/1.6-SNAPSHOT/maven-metadata.
   xml HTTP/1.1" 200 308 "-" "Java/1.5.0_04"
   64.145.111.200 - - [13/Oct/2005:12:47:07 -0400] "GET 
/java/repository/org/sporty/qdox/1.6-SNAPSHOT/maven-metadata.
   xml.sha1 HTTP/1.1" 200 40 "-" "Java/1.5.0_04"
   64.145.111.200 - - [13/Oct/2005:12:47:08 -0400] "GET 
/java/repository/org/sporty/qdox/1.6-SNAPSHOT/qdox-1.6-200510
   12.201618-2.pom HTTP/1.1" 200 384 "-" "Java/1.5.0_04"
   64.145.111.200 - - [13/Oct/2005:12:47:08 -0400] "GET 
/java/repository/org/sporty/qdox/1.6-SNAPSHOT/qdox-1.6-200510
   12.201618-2.pom.sha1 HTTP/1.1" 200 40 "-" "Java/1.5.0_04"
   
   So I tried a second deploy to 
http://sporty.org/java/repository/org/sporty/qdox-huh/ and pointed my project 
at that in my pom.xml.  Then I nuked the ~/.m2 directory and got the same issue 
all over again.  All of my other dependencies redownloaded fine, 'cept this 
particular one.
   
   Downloading: org/sporty/generama/1.2/generama-1.2.jar
   Transferring 93K
   Downloading: org/sporty/qdox/1.6-huh-SNAPSHOT/qdox-1.6-huh-SNAPSHOT.jar
   [WARNING] Unable to get resource from repository remote 
(http://sporty.org/java/
   repository)
   
   To answer your last question, for the projecet I'm coding and downloading 
dependencies with, no, it's not mentioned
   
   ---
   
   \<dependency>
   \<groupId>org.sporty\</groupId>
   \<artifactId>qdox\</artifactId>
   \<version>1.6-huh-SNAPSHOT\</version>
   \</dependency>
   
   ---
   
   On my upload, it is set to true.  Now the access logs show the same issue 
all over again -
   
   64.145.111.200 - - [13/Oct/2005:12:54:29 -0400] "GET 
/java/repository/org/sporty/qdox/1.6-huh-SNAPSHOT/maven-metad
   ata.xml HTTP/1.1" 404 358 "-" "Java/1.5.0_04"
   64.145.111.200 - - [13/Oct/2005:12:54:30 -0400] "GET 
/java/repository/org/sporty/qdox/1.6-huh-SNAPSHOT/qdox-1.6-hu
   h-SNAPSHOT.pom HTTP/1.1" 404 365 "-" "Java/1.5.0_04"
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to