SEC-2430: Enable artifactoryPublish on bom

This commit is contained in:
Rob Winch 2013-12-09 16:25:00 -06:00
parent 4672c2a1f7
commit 418bb57323
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@ apply plugin: 'maven-bom'
apply from: "$rootDir/gradle/maven-deployment.gradle"
generatePom.enabled = false
sonarRunner.skipProject = true
mavenBom {
projects = coreModuleProjects

View File

@ -79,7 +79,7 @@ configure(allprojects - javaProjects) {
}
}
configure(subprojects - coreModuleProjects - project(':spring-security-samples-messages-jc')) {
configure(subprojects - coreModuleProjects - project(':spring-security-samples-messages-jc') - project(':spring-security-bom')) {
tasks.findByPath("artifactoryPublish")?.enabled = false
sonarRunner {
skipProject = true