We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9904a97 commit 2d2ccaeCopy full SHA for 2d2ccae
jreleaser.yml
@@ -70,4 +70,4 @@ distributions:
70
71
files:
72
artifacts:
73
- - path: target/generated-docs/Kafka_Connector_for_Redis_Enterprise.pdf
+ - path: target/generated-docs/redis-enterprise-kafka-{{projectVersion}}.pdf
pom.xml
@@ -401,8 +401,10 @@
401
</goals>
402
<configuration>
403
<backend>pdf</backend>
404
- <outputFile>Kafka_Connector_for_Redis_Enterprise.pdf</outputFile>
+ <outputFile>redis-enterprise-kafka-${project.version}.pdf</outputFile>
405
<attributes>
406
+ <doctype>book</doctype>
407
+ <title-page></title-page>
408
<toc></toc>
409
<toclevels>1</toclevels>
410
</attributes>
0 commit comments