diff --git a/pom.xml b/pom.xml index ef616fa..86d38f3 100644 --- a/pom.xml +++ b/pom.xml @@ -18,21 +18,29 @@ + org.apache.maven.plugins maven-assembly-plugin - 2.4.1 + 3.3.0 - - jar-with-dependencies - + + + + + + properties/assembly-release.xml + - - - - - + + + min.Main + + + lib/*.jar + + @@ -46,6 +54,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + org.apache.maven.plugins maven-compiler-plugin diff --git a/properties/assembly-release.xml b/properties/assembly-release.xml new file mode 100644 index 0000000..5873cf2 --- /dev/null +++ b/properties/assembly-release.xml @@ -0,0 +1,24 @@ + + release + + jar + + false + + + / + true + true + runtime + + + / + true + true + system + + + \ No newline at end of file diff --git a/properties/pom.xml b/properties/pom.xml new file mode 100644 index 0000000..28ae05a --- /dev/null +++ b/properties/pom.xml @@ -0,0 +1,307 @@ + + + + 4.0.0 + + min + + min-vpn + + 1.0 + + 1.8 + 1.8 + UTF-8 + + + + + + + + + + + + + + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + 2.4.1 + + + + + + + + properties/assembly-release.xml + + + + + min.Main + + + libs/*.jar + + + + + + make-assembly + + package + + single + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + net.roseboy + classfinal-maven-plugin + 1.2.1 + + # + min + + + + package + + classFinal + + + + + + + + + libs + + **/*.jar + + + + + src/main/resources + + **/* + + + + + + + + commons-codec + commons-codec + 1.13 + + + + com.fasterxml.jackson.core + jackson-core + 2.2.3 + + + + com.fasterxml.jackson.core + jackson-annotations + 2.2.3 + + + + com.fasterxml.jackson.core + jackson-databind + 2.2.3 + + + + org.json + json + 20080701 + + + + com.google.zxing + core + 3.4.0 + + + ch.qos.logback + logback-classic + 1.2.3 + + + + + io.netty + netty-all + 4.1.42.Final + + + + MINSocket + MINSocket + 1.1.2 + system + ${basedir}/libs/MINSocket-1.1.2-all.jar + + + + gmhelper + gmhelper + 1.0.0 + system + ${basedir}/libs/gmhelper.jar + + + + + + + + + net.java.dev.jna + jna + 5.5.0 + + + + net.java.dev.jna + jna-platform + 5.5.0 + + + + + + + + + + org.bouncycastle + bcprov-jdk15on + 1.65 + + + org.bouncycastle + bcpkix-jdk15on + 1.65 + + + + junit + junit + 4.13.1 + test + + + + + + + + + + + \ No newline at end of file