Skip to content
Snippets Groups Projects
Commit f42285cb authored by OZGCloud's avatar OZGCloud
Browse files

build common-test seperate

parent dbeb40bd
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,12 @@ pipeline {
sh 'mvn -s $MAVEN_SETTINGS clean install'
}
}
dir('kop-common-test') {
configFileProvider([configFile(fileId: 'maven-settings', variable: 'MAVEN_SETTINGS')]) {
sh 'mvn --version'
sh 'mvn -s $MAVEN_SETTINGS clean install'
}
}
}
}
}
......
......@@ -12,7 +12,6 @@
<module>kop-common-dependencies</module>
<module>kop-common-parent</module>
<module>kop-common-lib</module>
<module>kop-common-test</module>
</modules>
<properties>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment