eclipse-archived / packagedrone

Eclipse Package Drone
http://eclipse.org/package-drone
Eclipse Public License 1.0
66 stars 39 forks source link

Need REST-API for reading maven repository content #121

Closed doggy-dev closed 6 years ago

doggy-dev commented 6 years ago

It would be nice to have a REST API for reading the content of a maven repo. This way a maven plugin can inspect any channel of package drone and manage the maven build accordingly.

doggy-dev commented 6 years ago

Maybe org.eclipse.packagedrone.repo.adapter.maven.internal.MavenServlet can return a json format data when a header Accept: application/json exists in the HttpServletRequest