segator/proxylive

guide to build jar

Closed this issue · 1 comments

build jar for ubuntu
git clone https://github.com/segator/proxylive.git
cd proxylive/
mvn compile

[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building ProxyLive 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[WARNING] The artifact org.apache.commons:commons-io:jar:1.3.2 has been relocated to commons-io:commons-io:jar:1.3.2
[INFO]
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ ProxyLive ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 0 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ ProxyLive ---
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.538s
[INFO] Finished at: Sun Oct 29 23:43:27 CET 2017
[INFO] Final Memory: 14M/605M
[INFO] ------------------------------------------------------------------------

good luck

Now you can compile directly the docker image

docker build -t image .
In fact I enabled the auto-build in hub.docker.com