From 95aba8290e9aa4d77990cb59a95d4fd2074a1a2d Mon Sep 17 00:00:00 2001 From: aike <17730485278@139.com> Date: Mon, 13 Apr 2026 17:53:14 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- local_build.sh | 12 ++++++++ pom.xml | 12 ++++---- settings.xml | 79 ++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 97 insertions(+), 6 deletions(-) create mode 100644 local_build.sh create mode 100644 settings.xml diff --git a/local_build.sh b/local_build.sh new file mode 100644 index 000000000..a4385ed4e --- /dev/null +++ b/local_build.sh @@ -0,0 +1,12 @@ +git pull +mvn install:install-file -DgroupId=com.aspose -DartifactId=aspose-words -Dversion=19.1.0 -Dpackaging=jar -Dfile=./emis-biz/lib/aspose-words-19.1-jdk16.jar +#mvn install:install-file -DgroupId=com.mascloud -DartifactId=massdk -Dversion=1.0.3 -Dpackaging=jar -Dfile=./emis-biz/lib/masmgc.sdk.sms-1.0.3-SNAPSHOT.jar + +mvn clean package install -N -Dmaven.test.skip=true + + + +#mvn clean install -DskipTests -U -s D:\develop\yjb\emis-service\settings.xml + + + diff --git a/pom.xml b/pom.xml index 24f2b5f85..4c1d43e37 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - + com.xdadan emis 1.0.2 @@ -11,7 +11,7 @@ emis http://www.tanex56.com emis module - + 1.0.0 UTF-8 @@ -233,7 +233,7 @@ releases Nexus Release Repository - http://mvn.uat.loc/repository/maven-releases/ + http://47.109.179.210:8888/repository/maven-releases/ true @@ -266,13 +266,13 @@ releases Nexus Release Repository - http://mvn.uat.loc/repository/maven-releases/ + http://47.109.179.210:8888/repository/maven-releases/ snapshots Nexus Snapshot Repository - http://mvn.uat.loc/repository/maven-snapshots/ + http://47.109.179.210:8888/repository/maven-snapshots/ - \ No newline at end of file + diff --git a/settings.xml b/settings.xml new file mode 100644 index 000000000..fc0fc4211 --- /dev/null +++ b/settings.xml @@ -0,0 +1,79 @@ + + + + + D:\develop\yjb\repository_yjb + + + + + releases + admin + 335453955 + + + snapshots + admin + 335453955 + + + xdadan-releases + admin + 335453955 + + + + + + + aliyun-public + central + Aliyun Public Repository + https://maven.aliyun.com/repository/public + + + + + + allow-insecure-http + + true + + + + true + true + + + + + releases + xdadan-releases + http://47.109.179.210:8888/repository/maven-releases/ + + true + + + true + + + + + + releases + xdadan-releases + http://47.109.179.210:8888/repository/maven-releases/ + + true + + + true + + + + + + +