|
32 | 32 | <asciidoctor.examples-resources-dir>${basedir}/src/test/resources</asciidoctor.examples-resources-dir> |
33 | 33 |
|
34 | 34 | <html.meta.project-key>search</html.meta.project-key> |
35 | | - <html.outdated-content.project-key>${html.meta.project-key}</html.outdated-content.project-key> |
| 35 | + <html-outdated-content-project-key>${html.meta.project-key}</html-outdated-content-project-key> |
36 | 36 | </properties> |
37 | 37 |
|
38 | 38 | <dependencies> |
|
342 | 342 | <imagesdir>images</imagesdir> |
343 | 343 | <stylesdir>css</stylesdir> |
344 | 344 | <iconfont-remote>false</iconfont-remote> |
345 | | - <iconfont-name>font-awesome/css/font-awesome.min</iconfont-name> |
| 345 | + <iconfont-name>font-awesome/css/solid</iconfont-name> |
346 | 346 | <source-highlighter>rouge</source-highlighter> |
347 | 347 | </attributes> |
348 | 348 | </configuration> |
|
353 | 353 | <attributes> |
354 | 354 | <sourcedir>${asciidoctor.examples-source-dir}</sourcedir> |
355 | 355 | <resourcesdir>${asciidoctor.examples-resources-dir}</resourcesdir> |
356 | | - <docinfodir>${asciidoctor.aggregated-resources-dir}/docinfo/noorm-documentation</docinfodir> |
| 356 | + <docinfodir>${asciidoctor.aggregated-resources-dir}/docinfo/hibernate</docinfodir> |
357 | 357 | <icons>font</icons> |
358 | 358 | <tabsize>4</tabsize> |
359 | 359 |
|
|
489 | 489 | <sourceDirectory>src/main/asciidoc</sourceDirectory> |
490 | 490 | <outputDirectory>${asciidoctor.base-output-dir}/pdf</outputDirectory> |
491 | 491 | <preserveDirectories>true</preserveDirectories> |
| 492 | + <requires>${asciidoctor.aggregated-resources-dir}/theme/hibernate.rb</requires> |
492 | 493 | <attributes> |
493 | 494 | <imagesdir>${asciidoctor.aggregated-resources-dir}/images/</imagesdir> |
494 | 495 | <pdf-themesdir>${asciidoctor.aggregated-resources-dir}/theme</pdf-themesdir> |
495 | 496 | <pdf-theme>hibernate</pdf-theme> |
496 | 497 | <pdf-fontsdir>${asciidoctor.aggregated-resources-dir}/theme/fonts</pdf-fontsdir> |
497 | 498 | <pagenums/> |
498 | 499 | <idseparator>-</idseparator> |
499 | | - <source-highlighter>coderay</source-highlighter> |
| 500 | + <source-highlighter>rouge</source-highlighter> |
| 501 | + <rouge-style>hibernate</rouge-style> |
500 | 502 | </attributes> |
501 | 503 | </configuration> |
502 | 504 | </execution> |
|
0 commit comments