Hi, currently I'm writing a Test tool[1] for Maven Plugins etc. I want to know if there is an option to use Archiva as Repository Manager programatically without UI setup only via code.
The functionality I need: * Serving a repository where the content is defined by a directory with the appropriate structure. * Providing a repository where artifacts can be published to ( great would a release and a SNAPSHOT repo). * Proxy functionality to forward request to a defined repository (for example Central) Or the question is: Can the setup being done programmatically and a Servlet container being started via code with limited funcitonality? Currently I'm trying to setup MRM[2] programatically without the plugin context... Kind regards Karl-Heinz Marbaise Apache Maven PMC [1]: https://github.com/khmarbaise/maven-it-extension [2]: https://www.mojohaus.org/mrm/index.html
