HHH-10039 - Ensure the Karaf features.xml is included in the distro zip/tgz
This commit is contained in:
parent
5af5966756
commit
2ec5d93a50
|
@ -157,6 +157,9 @@ distributions {
|
|||
- parent.project( 'hibernate-entitymanager' ).configurations.runtime
|
||||
- parent.project( 'hibernate-entitymanager' ).configurations.archives.allArtifacts.files
|
||||
)
|
||||
from(
|
||||
parent.project( 'hibernate-osgi' ).extensions.karafFeatures.featuresXmlFile
|
||||
)
|
||||
}
|
||||
|
||||
// todo : this closure is problematic as it does not write into the hibernate-release-$project.version directory
|
||||
|
|
Loading…
Reference in New Issue