Skip to content

Commit 4d5548c

Browse files
artembilangaryrussell
authored andcommitted
Add BOM file into distZip with other libs
1 parent 748551a commit 4d5548c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle

+5
Original file line numberDiff line numberDiff line change
@@ -1268,6 +1268,11 @@ task distZip(type: Zip, dependsOn: [docsZip, schemaZip]) {
12681268
from subproject.javadocJar
12691269
}
12701270
}
1271+
1272+
from(project(':spring-integration-bom').generatePomFileForMavenJavaPublication) {
1273+
into "${baseDir}/libs"
1274+
rename 'pom-default.xml', "spring-integration-bom-${project.version}.xml"
1275+
}
12711276
}
12721277

12731278
task dist(dependsOn: assemble) {

0 commit comments

Comments
 (0)