maven-proxy

Codehaus

maven-proxy
Installation

Installation

  • Save the distribution of choice (http://dist.codehaus.org/maven-proxy/distributions/).
  • Create the property file Configuration
  • Launch it standalone
    java -jar maven-proxy-standalone-0.2-app.jar maven-proxy.properties
  • or deploy the war file to the application server of your choice, editing WEB-INF/web.xml
    <context-param>
            <param-name>maven-proxy.properties</param-name>
            <param-value>PATH TO YOUR maven-proxy.properties</param-value>
            <description>Controls where maven-proxy grabs its properties from</description>
        </context-param>