diff --git a/README.md b/README.md new file mode 100644 index 0000000..ede9d55 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Angra-DB - Client + +This is a simple java client to Angra-DB. This connects only in 127.0.0.0:1234 + +# Compile + + (on 'client/') + * mvn clean compile assembly:single + +# Run + + (on 'client/target/') + * java -jar client-0.0.1-SNAPSHOT-jar-with-dependencies.jar diff --git a/pom.xml b/pom.xml index b12ba6e..1c1010f 100644 --- a/pom.xml +++ b/pom.xml @@ -1,60 +1,69 @@ - 4.0.0 - org.angradb - client - 0.0.1-SNAPSHOT - - - commons-cli - commons-cli - 1.2 - provided - - - com.googlecode.lanterna - lanterna - 3.0.0-beta3 - provided - - - jline - jline - 2.12 - provided - - - - com.google.code.gson - gson - 2.6.2 - - - - - - src - - - maven-compiler-plugin - 3.3 - - 1.8 - 1.8 - - - + 4.0.0 + org.angradb + client + 0.0.1-SNAPSHOT + + + commons-cli + commons-cli + 1.2 + + + com.googlecode.lanterna + lanterna + 3.0.0-beta3 + + + jline + jline + 2.12 + + + com.google.code.gson + gson + 2.6.2 + + + + src + + + maven-compiler-plugin + 3.3 + + 1.8 + 1.8 + + + - org.angradb.client.MainCLI - - + + + org.angradb.client.MainCLI + + - - - - \ No newline at end of file +--> + + + + maven-assembly-plugin + + + + org.angradb.client.MainCLI + + + + jar-with-dependencies + + + + + +