Skip to content

Commit 2ec5d93

Browse files
committed
HHH-10039 - Ensure the Karaf features.xml is included in the distro zip/tgz
1 parent 5af5966 commit 2ec5d93

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

release/release.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,9 @@ distributions {
157157
- parent.project( 'hibernate-entitymanager' ).configurations.runtime
158158
- parent.project( 'hibernate-entitymanager' ).configurations.archives.allArtifacts.files
159159
)
160+
from(
161+
parent.project( 'hibernate-osgi' ).extensions.karafFeatures.featuresXmlFile
162+
)
160163
}
161164

162165
// todo : this closure is problematic as it does not write into the hibernate-release-$project.version directory

0 commit comments

Comments
 (0)