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.
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
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.