[ https://issues.apache.org/jira/browse/MDEPLOY-16?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17965576#comment-17965576 ]
Olivier Lamy commented on MDEPLOY-16: ------------------------------------- This project has moved from Jira to GitHub Issues. This issue was migrated to [apache/maven-deploy-plugin#228|https://github.com/apache/maven-deploy-plugin/issues/228]. > snapshot deploy <-> dependency not working > ------------------------------------------ > > Key: MDEPLOY-16 > URL: https://issues.apache.org/jira/browse/MDEPLOY-16 > Project: Maven Deploy Plugin (Moved to GitHub Issues) > Issue Type: Bug > Environment: windows for development, unix for deployment > Reporter: spencer p > Assignee: Brett Porter > Priority: Major > > I deploy a jar w/ the following pom.xml contents.. > --- > <project> > <modelVersion>4.0.0</modelVersion> > <groupId>org.sporty</groupId> > <artifactId>qdox</artifactId> > <version>1.6-SNAPSHOT</version> > .... > --- > It drops the snapshot off at > http://sporty.org/java/repository/org/sporty/qdox/ just fine. Iin my > project, I have a dependency: > -- > <dependency> > <groupId>org.sporty</groupId> > <artifactId>qdox</artifactId> > <version>1.6-SNAPSHOT</version> > </dependency> > --- > It checks the repository, acessible via http at the above url, but fails. I > get - > Downloading: org/sporty/qdox/1.6-SNAPSHOT/qdox-1.6-SNAPSHOT.jar > [WARNING] Unable to get resource from repository remote > (http://sporty.org/java/ > repository) > 88.45.111.200 - - [12/Oct/2005:16:25:42 -0400] "GET > /java/repository/org/sporty/qdox/1.6-SNAPSHO > T/qdox-1.6-SNAPSHOT.pom HTTP/1.1" 404 357 "-" "Java/1.5.0_04" > 88.45.111.200 - - [12/Oct/2005:16:25:42 -0400] "GET > /java/repository/org/sporty/qdox/1.6-SNAPSHO > T/qdox-1.6-SNAPSHOT.jar HTTP/1.1" 404 357 "-" "Java/1.5.0_04" > I like the ability to create build numbers w/ timestamps. If i turn the > feature off via uniqueVersion, it works fine. Enable it, and it breaks. -- This message was sent by Atlassian Jira (v8.20.10#820010)