[ 
https://issues.apache.org/jira/browse/KARAF-688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13063679#comment-13063679
 ] 

Dan Tran edited comment on KARAF-688 at 2/22/14 3:03 AM:
---------------------------------------------------------

In order to determine available versions under groupId/artifactId

I would like to propose to enhancement to the current mvn URL format:
 
   - original format: mvn-uri := 'mvn:' [ repository-url '!' ] group-id '/' 
artifact-id [ '/' [version] [ '/' [type] [ '/' classifier ] ] ] ]
 
  - new format: mvn-uri := 'mvn:' [ repository-url '!' ] group-id '/' 
artifact-id [ '/' [version] [ '/' [type] [ '/' classifier ] '/' [fileName] ] ] 
] ]
 
original api for this is  
http://ops4j1.jira.com/wiki/display/paxurl/Mvn+Protocol
 
So 
 
for mvn:groupId/artifactId///metadata.xml indiates we want metadata.xml file 
under groupId/artifactId
 
Thoughts?





was (Author: danttran):
In order to determine available versions under groupId/artifactId

I would like to propose to enhance the current mvn URL format as follow

 
   - original format: mvn-uri := 'mvn:' [ repository-url '!' ] group-id '/' 
artifact-id [ '/' [version] [ '/' [type] [ '/' classifier ] ] ] ]
 
  - new format: mvn-uri := 'mvn:' [ repository-url '!' ] group-id '/' 
artifact-id [ '/' [version] [ '/' [type] [ '/' classifier ] '/' [fileName] ] ] 
] ]
 
original api for this is  
http://ops4j1.jira.com/wiki/display/paxurl/Mvn+Protocol
 
So 
 
for mvn:groupId/artifactId///metadata.xml indiates we want metadata.xml file 
under groupId/artifactId
 
Thoughts?




> Ability to retrieve a available list of a specific maven artifact's versions 
> via ( with given groupId and artifactId ) 
> -----------------------------------------------------------------------------------------------------------------------
>
>                 Key: KARAF-688
>                 URL: https://issues.apache.org/jira/browse/KARAF-688
>             Project: Karaf
>          Issue Type: New Feature
>          Components: karaf-osgi
>    Affects Versions: 2.2.1
>         Environment: windows/linix,java 6
>            Reporter: Dan Tran
>            Assignee: Andreas Pieber
>             Fix For: 3.1.0
>
>         Attachments: KARAF-688-2.diff, KARAF-688.diff
>
>
> Details discussion is here
> http://karaf.922171.n3.nabble.com/Ability-to-retrieve-a-available-list-of-a-specific-maven-artifact-s-versions-via-with-given-groupId--td2989285.html
> Basically I have  a karaf base agent which I'd like to get the agent to 
> periodically polling maven repos to check for available upgrade version. This 
> requested feature is crucial for my work



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to