diff --git a/muyu-auth/pom.xml b/muyu-auth/pom.xml index 930f41a..a8ddedc 100644 --- a/muyu-auth/pom.xml +++ b/muyu-auth/pom.xml @@ -68,6 +68,14 @@ + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + diff --git a/muyu-gateway/pom.xml b/muyu-gateway/pom.xml index 4c2258f..2d3ed58 100644 --- a/muyu-gateway/pom.xml +++ b/muyu-gateway/pom.xml @@ -104,6 +104,14 @@ + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + diff --git a/muyu-modules/muyu-file/pom.xml b/muyu-modules/muyu-file/pom.xml index 5e5c424..e1de9af 100644 --- a/muyu-modules/muyu-file/pom.xml +++ b/muyu-modules/muyu-file/pom.xml @@ -83,6 +83,14 @@ + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + diff --git a/muyu-modules/muyu-gen/pom.xml b/muyu-modules/muyu-gen/pom.xml index b757608..bd2a910 100644 --- a/muyu-modules/muyu-gen/pom.xml +++ b/muyu-modules/muyu-gen/pom.xml @@ -88,6 +88,14 @@ + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + diff --git a/muyu-modules/muyu-job/pom.xml b/muyu-modules/muyu-job/pom.xml index 944b172..7ebe99d 100644 --- a/muyu-modules/muyu-job/pom.xml +++ b/muyu-modules/muyu-job/pom.xml @@ -94,6 +94,14 @@ + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + diff --git a/muyu-modules/muyu-system/pom.xml b/muyu-modules/muyu-system/pom.xml index aa6d2d6..be58498 100644 --- a/muyu-modules/muyu-system/pom.xml +++ b/muyu-modules/muyu-system/pom.xml @@ -94,6 +94,14 @@ + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + diff --git a/muyu-visual/muyu-monitor/pom.xml b/muyu-visual/muyu-monitor/pom.xml index 154fe6c..9caa211 100644 --- a/muyu-visual/muyu-monitor/pom.xml +++ b/muyu-visual/muyu-monitor/pom.xml @@ -53,6 +53,7 @@ spring-boot-starter-security + @@ -69,6 +70,15 @@ + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + diff --git a/pom.xml b/pom.xml index 142ef54..f02ea75 100644 --- a/pom.xml +++ b/pom.xml @@ -252,15 +252,40 @@ + + + org.apache.maven.plugins + maven-source-plugin + 3.0.1 + + true + + + + compile + + jar + + + + + + + releases + releases + http://nexus.muyu.com:8081/repository/maven-releases/ + + + public aliyun nexus - https://maven.aliyun.com/repository/public + http://nexus.muyu.com:8081/repository/maven-public/ true @@ -271,7 +296,7 @@ public aliyun nexus - https://maven.aliyun.com/repository/public + http://nexus.muyu.com:8081/repository/maven-public/ true