[jira] [Commented] (KARAF-5978) Allow browsing of Maven repositories

2019-01-15 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on KARAF-5978:


Commit 426697c693a6d3048b85c7f528268cac9285d54b in karaf-cave's branch 
refs/heads/master from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf-cave.git;h=426697c ]

[KARAF-5978] Add Maven repository browsing


> Allow browsing of Maven repositories
> 
>
> Key: KARAF-5978
> URL: https://issues.apache.org/jira/browse/KARAF-5978
> Project: Karaf
>  Issue Type: Bug
>  Components: cave
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: cave-4.1.2
>
>
> When a Cave repository is created, it's automatically exposed as a Maven 
> repository ({{/cave/maven/repositories/repo_name}}).
> If the direct download of a artifact works fine 
> ({{/cave/maven/repositories/repo_name/groupId/artifactId/version/artifactId-version.jar}}
>  for instance), it's not possible to browse the repository content (accessing 
> directly to {{/cave/maven/repositories/repo_name}} in a browser).
> Even worse, the {{CaveMavenServlet}} returns 404 when accessing this location.
> I will implement a file browser (as I did for the OBR part).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KARAF-5978) Allow browsing of Maven repositories

2019-01-15 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on KARAF-5978:


Commit 5bd2f9918f9ddc9362d47e6b65d829b915e2596c in karaf-cave's branch 
refs/heads/master from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf-cave.git;h=5bd2f99 ]

Merge pull request #21 from jbonofre/KARAF-5978

[KARAF-5978] Add Maven repository browsing

> Allow browsing of Maven repositories
> 
>
> Key: KARAF-5978
> URL: https://issues.apache.org/jira/browse/KARAF-5978
> Project: Karaf
>  Issue Type: Bug
>  Components: cave
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: cave-4.1.2
>
>
> When a Cave repository is created, it's automatically exposed as a Maven 
> repository ({{/cave/maven/repositories/repo_name}}).
> If the direct download of a artifact works fine 
> ({{/cave/maven/repositories/repo_name/groupId/artifactId/version/artifactId-version.jar}}
>  for instance), it's not possible to browse the repository content (accessing 
> directly to {{/cave/maven/repositories/repo_name}} in a browser).
> Even worse, the {{CaveMavenServlet}} returns 404 when accessing this location.
> I will implement a file browser (as I did for the OBR part).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KARAF-5978) Allow browsing of Maven repositories

2019-01-15 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on KARAF-5978:


Commit 5bd2f9918f9ddc9362d47e6b65d829b915e2596c in karaf-cave's branch 
refs/heads/master from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf-cave.git;h=5bd2f99 ]

Merge pull request #21 from jbonofre/KARAF-5978

[KARAF-5978] Add Maven repository browsing

> Allow browsing of Maven repositories
> 
>
> Key: KARAF-5978
> URL: https://issues.apache.org/jira/browse/KARAF-5978
> Project: Karaf
>  Issue Type: Bug
>  Components: cave
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: cave-4.1.2
>
>
> When a Cave repository is created, it's automatically exposed as a Maven 
> repository ({{/cave/maven/repositories/repo_name}}).
> If the direct download of a artifact works fine 
> ({{/cave/maven/repositories/repo_name/groupId/artifactId/version/artifactId-version.jar}}
>  for instance), it's not possible to browse the repository content (accessing 
> directly to {{/cave/maven/repositories/repo_name}} in a browser).
> Even worse, the {{CaveMavenServlet}} returns 404 when accessing this location.
> I will implement a file browser (as I did for the OBR part).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KARAF-5978) Allow browsing of Maven repositories

2019-01-15 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on KARAF-5978:
---

jbonofre commented on pull request #21: [KARAF-5978] Add Maven repository 
browsing
URL: https://github.com/apache/karaf-cave/pull/21
 
 
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Allow browsing of Maven repositories
> 
>
> Key: KARAF-5978
> URL: https://issues.apache.org/jira/browse/KARAF-5978
> Project: Karaf
>  Issue Type: Bug
>  Components: cave
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: cave-4.1.2
>
>
> When a Cave repository is created, it's automatically exposed as a Maven 
> repository ({{/cave/maven/repositories/repo_name}}).
> If the direct download of a artifact works fine 
> ({{/cave/maven/repositories/repo_name/groupId/artifactId/version/artifactId-version.jar}}
>  for instance), it's not possible to browse the repository content (accessing 
> directly to {{/cave/maven/repositories/repo_name}} in a browser).
> Even worse, the {{CaveMavenServlet}} returns 404 when accessing this location.
> I will implement a file browser (as I did for the OBR part).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KARAF-5978) Allow browsing of Maven repositories

2019-01-15 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on KARAF-5978:
---

jbonofre commented on pull request #21: [KARAF-5978] Add Maven repository 
browsing
URL: https://github.com/apache/karaf-cave/pull/21
 
 
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Allow browsing of Maven repositories
> 
>
> Key: KARAF-5978
> URL: https://issues.apache.org/jira/browse/KARAF-5978
> Project: Karaf
>  Issue Type: Bug
>  Components: cave
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: cave-4.1.2
>
>
> When a Cave repository is created, it's automatically exposed as a Maven 
> repository ({{/cave/maven/repositories/repo_name}}).
> If the direct download of a artifact works fine 
> ({{/cave/maven/repositories/repo_name/groupId/artifactId/version/artifactId-version.jar}}
>  for instance), it's not possible to browse the repository content (accessing 
> directly to {{/cave/maven/repositories/repo_name}} in a browser).
> Even worse, the {{CaveMavenServlet}} returns 404 when accessing this location.
> I will implement a file browser (as I did for the OBR part).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)