diff --git a/.drone-images.yml b/.drone-images.yml index a6e77b848..f7bb99060 100644 --- a/.drone-images.yml +++ b/.drone-images.yml @@ -21,7 +21,7 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行 path: /app/build # 将应用打包好的Jar和执行脚本挂载出来 commands: # 定义在Docker容器中执行的shell命令 - - mvn clean package -Dmaven.test.skip=true # 应用打包命令 + - mvn package -Dmaven.test.skip=true # 应用打包命令 - | if [ "${service}" = "gateway" ] || [ "${service}" = "all" ]; then cp ./yudao-gateway/target/yudao-gateway.jar /app/build/yudao-gateway/target diff --git a/settings.xml b/settings.xml new file mode 100644 index 000000000..6c82c9a8a --- /dev/null +++ b/settings.xml @@ -0,0 +1,302 @@ + + + + + + + +D:\Maven\apache-maven-3.5.2\repository + + + + + + + + + + + + + + + + + + + + + + + + + + + alimaven + aliyun maven + http://maven.aliyun.com/nexus/content/groups/public/ + central + + + alimaven + central + aliyun maven + http://maven.aliyun.com/nexus/content/repositories/central/ + + + repo2 + central + Human Readable Name for this Mirror. + http://repo2.maven.org/maven2/ + + + maven-default-http-blocker + external:http:* + Pseudo repository to mirror external repositories initially using HTTP. + http://0.0.0.0/ + + + + + + + + + + + + + + +