Skip to content

Commit

Permalink
HHH-12177 - Drop hibernate-infinispan module - relocated
Browse files Browse the repository at this point in the history
  • Loading branch information
sebersole committed Dec 22, 2017
1 parent 02e8b95 commit 1da748e
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions hibernate-infinispan/hibernate-infinispan.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 1da748e

Please sign in to comment.