Skip to content

Commit

Permalink
SEC-2430: Enable artifactoryPublish on bom
Browse files Browse the repository at this point in the history
  • Loading branch information
rwinch committed Dec 9, 2013
1 parent 4672c2a commit 418bb57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bom/build.gradle
Expand Up @@ -2,6 +2,7 @@ apply plugin: 'maven-bom'
apply from: "$rootDir/gradle/maven-deployment.gradle"

generatePom.enabled = false
sonarRunner.skipProject = true

mavenBom {
projects = coreModuleProjects
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -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
Expand Down

0 comments on commit 418bb57

Please sign in to comment.