Commit b6c7c443 by 王炜晨

构建

parent 86449d05
...@@ -16,11 +16,10 @@ buildscript { ...@@ -16,11 +16,10 @@ buildscript {
} else if ("local".equals(mavenRepo)) { } else if ("local".equals(mavenRepo)) {
repositories { repositories {
maven { maven {
credentials { url localPluginRepoUrl
username getUsername
password getPassword
} }
url mavenPluginRepoUrl maven {
url aliRepoUrl
} }
} }
configurations.all { configurations.all {
...@@ -73,11 +72,7 @@ repositories { ...@@ -73,11 +72,7 @@ repositories {
} }
} else if ("local".equals(mavenRepo)) { } else if ("local".equals(mavenRepo)) {
maven { maven {
credentials { url localRepoUrl
username getUsername
password getPassword
}
url mavenRepoUrl
} }
maven { maven {
url aliRepoUrl url aliRepoUrl
......
group=com.beecode group=com.beecode
version=1.0.0-SNAPSHOT version=1.0.0-SNAPSHOT
localPluginRepoUrl=http://10.2.37.35:8081/repository/maven-public/ localPluginRepoUrl=http://10.2.37.35:8081/repository/maven-public/
mavenPluginRepoUrl=http://maven.ifengban.com/repository/maven-all/
mavenRepo=local mavenRepo=local
getUsername=maven-kunlun
getPassword=maven-kunlun
aliRepoUrl=http://maven.aliyun.com/nexus/content/groups/public/ aliRepoUrl=http://maven.aliyun.com/nexus/content/groups/public/
mavenRepoUrl=http://maven.ifengban.com/repository/maven-all/ localRepoUrl=http://10.2.37.35:8081/repository/maven-public/
publicRepoUrl=http://maven.ifengban.com/repository/maven-public/
publicUsername=
publicPassword=
outFile=build/result.xml outFile=build/result.xml
...@@ -140,6 +140,7 @@ includeBuild("../") { ...@@ -140,6 +140,7 @@ includeBuild("../") {
substitute module('com.beecode:xyst.dinas.production') with project(':xyst.dinas.production') substitute module('com.beecode:xyst.dinas.production') with project(':xyst.dinas.production')
substitute module('com.beecode:xyst.dinas.contract') with project(':xyst.dinas.contract') substitute module('com.beecode:xyst.dinas.contract') with project(':xyst.dinas.contract')
substitute module('com.beecode:xyst.dinas.camera') with project(':xyst.dinas.camera') substitute module('com.beecode:xyst.dinas.camera') with project(':xyst.dinas.camera')
substitute module('com.beecode:xyst.dinas.finance') with project(':xyst.dinas.finance')
substitute module('com.beecode:xyst.dinas.price') with project(':xyst.dinas.price') substitute module('com.beecode:xyst.dinas.price') with project(':xyst.dinas.price')
substitute module('com.beecode:xyst.dinas.transport') with project(':xyst.dinas.transport') substitute module('com.beecode:xyst.dinas.transport') with project(':xyst.dinas.transport')
substitute module('com.beecode:xyst.dinas.sales') with project(':xyst.dinas.sales') substitute module('com.beecode:xyst.dinas.sales') with project(':xyst.dinas.sales')
......
...@@ -137,13 +137,13 @@ include "inz.init.data" ...@@ -137,13 +137,13 @@ include "inz.init.data"
include "inz.message" include "inz.message"
include "inz.query" include "inz.query"
include "inz.workflow" include "inz.workflow"
include "xyst.dinas.oa"
include "xyst.dinas.biz" include "xyst.dinas.biz"
include "xyst.dinas.project"
include "xyst.dinas.production"
include "xyst.dinas.contract"
include "xyst.dinas.camera" include "xyst.dinas.camera"
include "xyst.dinas.sales" include "xyst.dinas.contract"
include "xyst.dinas.finance"
include "xyst.dinas.oa"
include "xyst.dinas.price" include "xyst.dinas.price"
include "xyst.dinas.production"
include "xyst.dinas.project"
include "xyst.dinas.sales"
include "xyst.dinas.transport" include "xyst.dinas.transport"
include "xyst.dinas.finance"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment