File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ pipeline {
63
63
string(credentialsId : ' Hibernate-CI.github.com' , variable : ' JRELEASER_GITHUB_TOKEN' ),
64
64
file(credentialsId : ' release.gpg.private-key' , variable : ' RELEASE_GPG_PRIVATE_KEY_PATH' ),
65
65
string(credentialsId : ' release.gpg.passphrase' , variable : ' JRELEASER_GPG_PASSPHRASE' )]) {
66
- sshagent([' ed25519.Hibernate-CI.github.com' ]) {
66
+ sshagent([' ed25519.Hibernate-CI.github.com' , ' hibernate.filemgmt.jboss.org ' , ' jenkins.in.relation.to ' ]) {
67
67
sh ' mvn -v'
68
68
sh ' cat $HOME/.ssh/config'
69
69
dir(' .release/scripts' ) {
Original file line number Diff line number Diff line change 11
11
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
12
12
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
13
13
14
+ <local .staging.root.directory>${maven.multiModuleProjectDirectory} /target/staging-deploy</local .staging.root.directory>
15
+
14
16
<develocity-maven-extension .version>2.2</develocity-maven-extension .version>
15
17
<!--
16
18
When updating maven version:
213
215
</property >
214
216
</activation >
215
217
<properties >
216
- <altDeploymentRepository >local::file:${maven.multiModuleProjectDirectory}/target/ staging-deploy /maven</altDeploymentRepository >
218
+ <altDeploymentRepository >local::file:${local. staging.root.directory} /maven</altDeploymentRepository >
217
219
</properties >
218
220
<build >
219
221
<plugins >
245
247
<id >attach-javadocs</id >
246
248
<goals >
247
249
<goal >jar</goal >
250
+ <goal >javadoc</goal >
248
251
</goals >
252
+ <configuration >
253
+ <outputDirectory >${local.staging.root.directory} /documentation/</outputDirectory >
254
+ </configuration >
249
255
</execution >
250
256
</executions >
251
257
</plugin >
You can’t perform that action at this time.
0 commit comments