Skip to content

Commit ea78f09

Browse files
committed
HHH-19800 Migrate to release scripts for documentation publishing
1 parent b342616 commit ea78f09

16 files changed

+16
-809
lines changed

ci/release/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ pipeline {
217217
string(credentialsId: 'release.gpg.passphrase', variable: 'JRELEASER_GPG_PASSPHRASE'),
218218
string(credentialsId: 'Hibernate-CI.github.com', variable: 'JRELEASER_GITHUB_TOKEN')
219219
]) {
220-
sshagent(['ed25519.Hibernate-CI.github.com', 'hibernate.filemgmt.jboss.org', 'hibernate-ci.frs.sourceforge.net']) {
220+
sshagent(['ed25519.Hibernate-CI.github.com', 'hibernate.filemgmt.jboss.org', 'jenkins.in.relation.to', 'hibernate-ci.frs.sourceforge.net']) {
221221
// performs documentation upload and Sonatype release
222222
// push to github
223223
withEnv([

gradle/published-java-module.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ apply from: rootProject.file( 'gradle/releasable.gradle' )
99
apply from: rootProject.file( 'gradle/java-module.gradle' )
1010
apply from: rootProject.file( 'gradle/publishing-pom.gradle' )
1111

12-
// Make sure that the publishReleaseArtifacts task of the release module runs the release task of this sub module
13-
tasks.getByPath( ':release:publishReleaseArtifacts' ).dependsOn tasks.release
14-
1512
configurations {
1613
javadocSources {
1714
description 'Used to aggregate javadocs for the whole project'

local-build-plugins/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ gradlePlugin {
5252
id = 'org.hibernate.orm.build.reports'
5353
implementationClass = 'org.hibernate.orm.post.ReportGenerationPlugin'
5454
}
55-
docPubPlugin {
56-
id = 'org.hibernate.orm.build.doc-pub'
57-
implementationClass = 'org.hibernate.orm.docs.DocumentationPublishingPlugin'
58-
}
5955
envSettings {
6056
id = 'org.hibernate.orm.build.env-settings'
6157
implementationClass = 'org.hibernate.orm.env.EnvironmentSettingsPlugin'

local-build-plugins/src/main/java/org/hibernate/orm/docs/DescriptorAccess.java

Lines changed: 0 additions & 82 deletions
This file was deleted.

local-build-plugins/src/main/java/org/hibernate/orm/docs/DocumentationPublishing.java

Lines changed: 0 additions & 95 deletions
This file was deleted.

local-build-plugins/src/main/java/org/hibernate/orm/docs/DocumentationPublishingPlugin.java

Lines changed: 0 additions & 81 deletions
This file was deleted.

local-build-plugins/src/main/java/org/hibernate/orm/docs/GenerateDescriptorTask.java

Lines changed: 0 additions & 88 deletions
This file was deleted.

0 commit comments

Comments
 (0)