HHH-12177 - Drop hibernate-infinispan module - relocated

This commit is contained in:
Steve Ebersole 2017-12-22 12:07:18 -06:00
parent 02e8b95f5b
commit 1da748ed28
1 changed files with 3 additions and 18 deletions

View File

@ -6,27 +6,12 @@
*/
mavenPom {
name = '(deprecated - use org.infinispan:infinispan-hibernate-cache instead) Hibernate/Infinispan Integration'
description = '(deprecated - use org.infinispan:infinispan-hibernate-cache instead) Integration for Infinispan into Hibernate as a second-level caching service'
name = '(deprecated - use org.infinispan:infinispan-hibernate-cache instead)'
description = '(deprecated - use org.infinispan:infinispan-hibernate-cache instead)'
}
jar.enabled = false
//def osgiDescription() {
// return mavenPom.description
//}
//
//jar {
// // The OSGi JAR manifest support does not like a non-existent classes dir,
// // so make sure we dont use the OSGi one :)
// manifest = null
//}
//
//sourcesJar {
// // The OSGi JAR manifest support does not like a non-existent classes dir,
// // so make sure we dont use the OSGi one :)
// manifest = null
//}
sourcesJar.enabled = false
def relocatedGroupId = 'org.infinispan'
def relocatedArtifactId = 'infinispan-hibernate-cache'