You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2005/10/13 19:30:12 UTC

[jira] Closed: (MNG-1192) snapshot deploy <-> dependency not working

     [ http://jira.codehaus.org/browse/MNG-1192?page=all ]
     
Brett Porter closed MNG-1192:
-----------------------------

     Assign To: Brett Porter
    Resolution: Cannot Reproduce

I can download it using

<artifactId>qdox-huh</artifactId>
<version>1.6-SNAPSHOT</version>

from your repo. You had the "huh" in the wrong place.

> snapshot deploy <-> dependency not working
> ------------------------------------------
>
>          Key: MNG-1192
>          URL: http://jira.codehaus.org/browse/MNG-1192
>      Project: Maven 2
>         Type: Bug
>   Components: maven-deploy-plugin
>     Versions: 2.0-beta-3
>  Environment: windows for development, unix for deployment
>     Reporter: spencer portee
>     Assignee: Brett Porter

>
>
> 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 is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org