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

Dan Tran commented on KARAF-688:
--------------------------------

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
>             Fix For: 3.1.0
>
>
> 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 is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to