HBASE-18332 Upgrade asciidoctor-maven-plugin
Update asciidoctor-maven-plugin to 1.5.5 and asciidoctorj-pdf to 1.5.0-alpha.15 asciidoctor's pdfmark generation is turned off Modify title-logo tag to title-logo-image
This commit is contained in:
parent
4663d7b9a7
commit
80959b4528
5
pom.xml
5
pom.xml
|
@ -1253,7 +1253,6 @@
|
|||
<configuration>
|
||||
<target name="rename file">
|
||||
<move file="${project.reporting.outputDirectory}/book.pdf" tofile="${project.reporting.outputDirectory}/apache_hbase_reference_guide.pdf" />
|
||||
<move file="${project.reporting.outputDirectory}/book.pdfmarks" tofile="${project.reporting.outputDirectory}/apache_hbase_reference_guide.pdfmarks" />
|
||||
</target>
|
||||
</configuration>
|
||||
<goals>
|
||||
|
@ -1379,8 +1378,8 @@
|
|||
<curator.version>2.12.0</curator.version>
|
||||
<!-- Plugin Dependencies -->
|
||||
<apache.rat.version>0.12</apache.rat.version>
|
||||
<asciidoctor.plugin.version>1.5.2.1</asciidoctor.plugin.version>
|
||||
<asciidoctorj.pdf.version>1.5.0-alpha.6</asciidoctorj.pdf.version>
|
||||
<asciidoctor.plugin.version>1.5.5</asciidoctor.plugin.version>
|
||||
<asciidoctorj.pdf.version>1.5.0-alpha.15</asciidoctorj.pdf.version>
|
||||
<build.helper.maven.version>3.0.0</build.helper.maven.version>
|
||||
<buildnumber.maven.version>1.4</buildnumber.maven.version>
|
||||
<checkstyle.version>6.18</checkstyle.version>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
:Version: {docVersion}
|
||||
:revnumber: {docVersion}
|
||||
// Logo for PDF -- doesn't render in HTML
|
||||
:title-logo: hbase_logo_with_orca.png
|
||||
:title-logo-image: image:hbase_logo_with_orca.png[pdfwidth=4.25in,align=center]
|
||||
:numbered:
|
||||
:toc: left
|
||||
:toclevels: 1
|
||||
|
|
Loading…
Reference in New Issue