

1. Build it from the root directory /maven-proxy:
./build.sh
1. Start it
java -jar standalone/target/maven-proxy-standalone-SNAPSHOT-uber.jar maven-proxy.properties
1. Configure maven to use it - edit ~/build.properties
maven.repo.remote=http://maven-proxy-server:4321/repository
Note that there is NO trailing slash.