Support classifiers in mvn: url
-------------------------------

                 Key: PAXURL-12
                 URL: http://issues.ops4j.org/jira/browse/PAXURL-12
             Project: Pax URL
          Issue Type: New Feature
          Components: mvn
            Reporter: Alin Dreghiciu
            Assignee: Alin Dreghiciu
            Priority: Minor
             Fix For: 0.3.0


mvn: url handler does not currently support Maven concept of classifier (e.g. 
sources/javadoc or client for an ejb artifact).

This can be useful so allow classifier to be specified as the last segment in 
the url as:
mvn:[repository!]group/artifact/version/type/classifier

* If classifier is not present then mvn: should work as before this was 
implemented.
* Should be able to still use the non specified artifact  and type (use 
defaults). This can be archieved by just leaving the "spot" empty as in 
http://group/artifact/version//classifier - to not specify a type (so it uses 
the default jar)
http://group/artifact//type/classifier - to not specify a version (so it uses 
latest)
http://group/artifact///classifier - to not specify a version and not specify a 
type (so it uses latest/jar)





-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.ops4j.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

_______________________________________________
general mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to