Commit b6c7c443 by 王炜晨

构建

parent 86449d05
......@@ -16,11 +16,10 @@ buildscript {
} else if ("local".equals(mavenRepo)) {
repositories {
maven {
credentials {
username getUsername
password getPassword
url localPluginRepoUrl
}
url mavenPluginRepoUrl
maven {
url aliRepoUrl
}
}
configurations.all {
......@@ -73,11 +72,7 @@ repositories {
}
} else if ("local".equals(mavenRepo)) {
maven {
credentials {
username getUsername
password getPassword
}
url mavenRepoUrl
url localRepoUrl
}
maven {
url aliRepoUrl
......
group=com.beecode
version=1.0.0-SNAPSHOT
localPluginRepoUrl=http://10.2.37.35:8081/repository/maven-public/
mavenPluginRepoUrl=http://maven.ifengban.com/repository/maven-all/
mavenRepo=local
getUsername=maven-kunlun
getPassword=maven-kunlun
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
......@@ -140,6 +140,7 @@ includeBuild("../") {
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.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.transport') with project(':xyst.dinas.transport')
substitute module('com.beecode:xyst.dinas.sales') with project(':xyst.dinas.sales')
......
......@@ -137,13 +137,13 @@ include "inz.init.data"
include "inz.message"
include "inz.query"
include "inz.workflow"
include "xyst.dinas.oa"
include "xyst.dinas.biz"
include "xyst.dinas.project"
include "xyst.dinas.production"
include "xyst.dinas.contract"
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.production"
include "xyst.dinas.project"
include "xyst.dinas.sales"
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