HHH-10039 - Ensure the Karaf features.xml is included in the distro zip/tgz

This commit is contained in:
Steve Ebersole 2015-08-20 01:12:46 -05:00
parent 5af5966756
commit 2ec5d93a50
1 changed files with 3 additions and 0 deletions

View File

@ -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