https://github.com/hal/mvn-repo-server
HAL Build Proxy
https://github.com/hal/mvn-repo-server
Last synced: 11 days ago
JSON representation
HAL Build Proxy
- Host: GitHub
- URL: https://github.com/hal/mvn-repo-server
- Owner: hal
- Created: 2015-02-24T19:18:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-24T21:08:16.000Z (about 11 years ago)
- Last Synced: 2025-01-07T05:47:21.341Z (over 1 year ago)
- Language: Java
- Homepage: http://access-halproject.rhcloud.com/
- Size: 223 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Maven Repository Proxy
A simple proxy for HAL artifacts that reside with the JBoss maven repository.
## Run the server locally
mvn clean package
java -jar target/server-jar-with-dependencies.jar
By default the server runs on port 8080. If you want to use another port set `OPENSHIFT_INTERNAL_PORT` to another value:
export OPENSHIFT_INTERNAL_PORT=8787
java -jar target/server-jar-with-dependencies.jar
## Run it on OpenShift
java -jar target/server-jar-with-dependencies.jar -Djava.io.tmpdir=
## Supported Parameters
Set as system properties before starting the server
* java.io.tmpdir
* OPENSHIFT_INTERNAL_IP
* OPENSHIFT_INTERNAL_PORT