HHH-12177 - Drop hibernate-infinispan module - relocated
This commit is contained in:
parent
02e8b95f5b
commit
1da748ed28
|
@ -6,27 +6,12 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
mavenPom {
|
mavenPom {
|
||||||
name = '(deprecated - use org.infinispan:infinispan-hibernate-cache instead) Hibernate/Infinispan Integration'
|
name = '(deprecated - use org.infinispan:infinispan-hibernate-cache instead)'
|
||||||
description = '(deprecated - use org.infinispan:infinispan-hibernate-cache instead) Integration for Infinispan into Hibernate as a second-level caching service'
|
description = '(deprecated - use org.infinispan:infinispan-hibernate-cache instead)'
|
||||||
}
|
}
|
||||||
|
|
||||||
jar.enabled = false
|
jar.enabled = false
|
||||||
|
sourcesJar.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
|
|
||||||
//}
|
|
||||||
|
|
||||||
def relocatedGroupId = 'org.infinispan'
|
def relocatedGroupId = 'org.infinispan'
|
||||||
def relocatedArtifactId = 'infinispan-hibernate-cache'
|
def relocatedArtifactId = 'infinispan-hibernate-cache'
|
||||||
|
|
Loading…
Reference in New Issue