Skip to content

Commit

Permalink
HHH-10039 - Ensure the Karaf features.xml is included in the distro z…
Browse files Browse the repository at this point in the history
…ip/tgz
  • Loading branch information
sebersole committed Aug 20, 2015
1 parent 5af5966 commit 2ec5d93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions release/release.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ec5d93

Please sign in to comment.