HHH-9641 - Resume uploading Javadoc JARs to Maven
HHH-12187 - Drop custom javadoc css - disable all "publish artifacts" (except relocation pom) for hibernate-infinispan
This commit is contained in:
parent
8c13488c5d
commit
d7d55f4e87
|
@ -12,6 +12,8 @@ mavenPom {
|
||||||
|
|
||||||
jar.enabled = false
|
jar.enabled = false
|
||||||
sourcesJar.enabled = false
|
sourcesJar.enabled = false
|
||||||
|
javadoc.enabled = false
|
||||||
|
javadocJar.enabled = false
|
||||||
|
|
||||||
def relocatedGroupId = 'org.infinispan'
|
def relocatedGroupId = 'org.infinispan'
|
||||||
def relocatedArtifactId = 'infinispan-hibernate-cache'
|
def relocatedArtifactId = 'infinispan-hibernate-cache'
|
||||||
|
|
Loading…
Reference in New Issue