This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a commit to branch branch-3
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-3 by this push:
new 8392e7471d6 HBASE-28986 Port HBASE-26932 to branch-3 (#6487)
8392e7471d6 is described below
commit 8392e7471d614c7e5c1e5378fe67a0e2e5ed5c64
Author: Duo Zhang <[email protected]>
AuthorDate: Sat Mar 1 00:08:52 2025 +0800
HBASE-28986 Port HBASE-26932 to branch-3 (#6487)
Skip generating ref guide when running 'mvn site' on branch other than
master
Signed-off-by: Nick Dimiduk <[email protected]>
---
pom.xml | 56 --------------------------------------------------------
1 file changed, 56 deletions(-)
diff --git a/pom.xml b/pom.xml
index c3a40931868..aded640be1d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -872,8 +872,6 @@
<commons-crypto.version>1.1.0</commons-crypto.version>
<curator.version>5.7.1</curator.version>
<!-- Plugin Dependencies -->
- <asciidoctor.plugin.version>2.2.2</asciidoctor.plugin.version>
- <asciidoctorj.pdf.version>2.0.6</asciidoctorj.pdf.version>
<build.helper.maven.version>3.0.0</build.helper.maven.version>
<buildnumber.maven.version>1.4</buildnumber.maven.version>
<!--
@@ -2706,60 +2704,6 @@
</dependency>
</dependencies>
</plugin>
- <!-- For AsciiDoc docs building -->
- <plugin>
- <groupId>org.asciidoctor</groupId>
- <artifactId>asciidoctor-maven-plugin</artifactId>
- <version>${asciidoctor.plugin.version}</version>
- <inherited>false</inherited>
- <configuration>
-
<outputDirectory>${project.reporting.outputDirectory}/</outputDirectory>
- <doctype>book</doctype>
- <attributes>
- <docVersion>${project.version}</docVersion>
- <imagesdir>images</imagesdir>
- <source-highlighter>coderay</source-highlighter>
- </attributes>
- </configuration>
- <dependencies>
- <dependency>
- <groupId>org.asciidoctor</groupId>
- <artifactId>asciidoctorj-pdf</artifactId>
- <version>${asciidoctorj.pdf.version}</version>
- </dependency>
- </dependencies>
- <executions>
- <execution>
- <id>output-html</id>
- <goals>
- <goal>process-asciidoc</goal>
- </goals>
- <phase>site</phase>
- <configuration>
- <attributes>
- <stylesheet>hbase.css</stylesheet>
- </attributes>
- <backend>html5</backend>
- </configuration>
- </execution>
- <execution>
- <id>output-pdf</id>
- <goals>
- <goal>process-asciidoc</goal>
- </goals>
- <phase>site</phase>
- <configuration>
- <backend>pdf</backend>
- <attributes>
- <pagenums/>
- <toc/>
- <idprefix/>
- <idseparator>-</idseparator>
- </attributes>
- </configuration>
- </execution>
- </executions>
- </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>