From 72cbf851fc7fe57247cffe89f32f047f43cade6c Mon Sep 17 00:00:00 2001 From: free will <2647778488@qq.com> Date: Thu, 13 May 2021 11:45:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8C=85=E7=AC=AC=E4=BA=8C=E6=AC=A1?= =?UTF-8?q?=E5=B0=9D=E8=AF=95=EF=BC=9A=E5=8F=AF=E4=BB=A5=E5=B0=86maven?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E5=BA=93=E5=92=8C=E6=9C=AC=E5=9C=B0=E5=BA=93?= =?UTF-8?q?=E6=89=93=E5=85=A5jar=E5=8C=85=EF=BC=9B=E6=89=93=E5=85=A5?= =?UTF-8?q?=E7=9A=84=E4=BE=9D=E8=B5=96=E5=8C=85=E8=BF=87=E5=A4=9A=EF=BC=8C?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E4=B8=8E=E5=AE=89=E5=8D=93=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E5=8C=85=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 82 ++++++++- properties/assembly-release.xml | 24 +++ properties/pom.xml | 307 ++++++++++++++++++++++++++++++++ 3 files changed, 404 insertions(+), 9 deletions(-) create mode 100644 properties/assembly-release.xml create mode 100644 properties/pom.xml 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