|
871 | 871 | <commons-crypto.version>1.1.0</commons-crypto.version> |
872 | 872 | <curator.version>4.2.0</curator.version> |
873 | 873 | <!-- Plugin Dependencies --> |
874 | | - <asciidoctor.plugin.version>2.2.2</asciidoctor.plugin.version> |
875 | | - <asciidoctorj.pdf.version>2.0.6</asciidoctorj.pdf.version> |
876 | 874 | <build.helper.maven.version>3.0.0</build.helper.maven.version> |
877 | 875 | <buildnumber.maven.version>1.4</buildnumber.maven.version> |
878 | 876 | <!-- |
|
2713 | 2711 | </dependency> |
2714 | 2712 | </dependencies> |
2715 | 2713 | </plugin> |
2716 | | - <!-- For AsciiDoc docs building --> |
2717 | | - <plugin> |
2718 | | - <groupId>org.asciidoctor</groupId> |
2719 | | - <artifactId>asciidoctor-maven-plugin</artifactId> |
2720 | | - <version>${asciidoctor.plugin.version}</version> |
2721 | | - <inherited>false</inherited> |
2722 | | - <configuration> |
2723 | | - <outputDirectory>${project.reporting.outputDirectory}/</outputDirectory> |
2724 | | - <doctype>book</doctype> |
2725 | | - <attributes> |
2726 | | - <docVersion>${project.version}</docVersion> |
2727 | | - <imagesdir>images</imagesdir> |
2728 | | - <source-highlighter>coderay</source-highlighter> |
2729 | | - </attributes> |
2730 | | - </configuration> |
2731 | | - <dependencies> |
2732 | | - <dependency> |
2733 | | - <groupId>org.asciidoctor</groupId> |
2734 | | - <artifactId>asciidoctorj-pdf</artifactId> |
2735 | | - <version>${asciidoctorj.pdf.version}</version> |
2736 | | - </dependency> |
2737 | | - </dependencies> |
2738 | | - <executions> |
2739 | | - <execution> |
2740 | | - <id>output-html</id> |
2741 | | - <goals> |
2742 | | - <goal>process-asciidoc</goal> |
2743 | | - </goals> |
2744 | | - <phase>site</phase> |
2745 | | - <configuration> |
2746 | | - <attributes> |
2747 | | - <stylesheet>hbase.css</stylesheet> |
2748 | | - </attributes> |
2749 | | - <backend>html5</backend> |
2750 | | - </configuration> |
2751 | | - </execution> |
2752 | | - <execution> |
2753 | | - <id>output-pdf</id> |
2754 | | - <goals> |
2755 | | - <goal>process-asciidoc</goal> |
2756 | | - </goals> |
2757 | | - <phase>site</phase> |
2758 | | - <configuration> |
2759 | | - <backend>pdf</backend> |
2760 | | - <attributes> |
2761 | | - <pagenums/> |
2762 | | - <toc/> |
2763 | | - <idprefix/> |
2764 | | - <idseparator>-</idseparator> |
2765 | | - </attributes> |
2766 | | - </configuration> |
2767 | | - </execution> |
2768 | | - </executions> |
2769 | | - </plugin> |
2770 | 2714 | <plugin> |
2771 | 2715 | <groupId>org.apache.maven.plugins</groupId> |
2772 | 2716 | <artifactId>maven-resources-plugin</artifactId> |
|
0 commit comments