Skip to content

Commit 27e5dbb

Browse files
committed
HBASE-28986 Port HBASE-26932 to branch-3
Skip generating ref guide when running 'mvn site' on branch other than master
1 parent 87ffda8 commit 27e5dbb

1 file changed

Lines changed: 0 additions & 56 deletions

File tree

pom.xml

Lines changed: 0 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -871,8 +871,6 @@
871871
<commons-crypto.version>1.1.0</commons-crypto.version>
872872
<curator.version>4.2.0</curator.version>
873873
<!-- Plugin Dependencies -->
874-
<asciidoctor.plugin.version>2.2.2</asciidoctor.plugin.version>
875-
<asciidoctorj.pdf.version>2.0.6</asciidoctorj.pdf.version>
876874
<build.helper.maven.version>3.0.0</build.helper.maven.version>
877875
<buildnumber.maven.version>1.4</buildnumber.maven.version>
878876
<!--
@@ -2713,60 +2711,6 @@
27132711
</dependency>
27142712
</dependencies>
27152713
</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>
27702714
<plugin>
27712715
<groupId>org.apache.maven.plugins</groupId>
27722716
<artifactId>maven-resources-plugin</artifactId>

0 commit comments

Comments
 (0)