m1 request with classifier in version is not parsed as expected
---------------------------------------------------------------

                 Key: MRM-593
                 URL: http://jira.codehaus.org/browse/MRM-593
             Project: Archiva
          Issue Type: Improvement
          Components: web application
    Affects Versions: 1.0-beta-4
            Reporter: nicolas de loof
            Priority: Minor


I have a lib that is built by maven2. It also has a retrotranslator version, 
with classifier "-backport", as part of the build process.

When I try to get this lib from archiva, I get a 404, as the m1 path
    "org.jmonit/jars/jmonit-1.0-alpha-1-SNAPSHOT-backport.jar"
gets converted to
    
"org/jmonit/jmonit/1.0-alpha-1-SNAPSHOT-backport/jmonit-1.0-alpha-1-SNAPSHOT-backport.jar"
and not
    
"org/jmonit/jmonit/1.0-alpha-1-SNAPSHOT/jmonit-1.0-alpha-1-SNAPSHOT-backport.jar"


I've no other example in mind of an artifact with a classifier in central to 
test with a non-SNAPSHOT.  

-- 
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

        

Reply via email to