HBASE-16750 hbase compilation failed on power system (Saravanan Krishnamoorthy)


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/d1e40bf0
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/d1e40bf0
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/d1e40bf0

Branch: refs/heads/hbase-12439
Commit: d1e40bf0bda4d82ab217e6b715e7c4dd5a6b9af2
Parents: 912ed17
Author: tedyu <yuzhih...@gmail.com>
Authored: Thu Oct 6 06:48:40 2016 -0700
Committer: tedyu <yuzhih...@gmail.com>
Committed: Thu Oct 6 06:48:40 2016 -0700

----------------------------------------------------------------------
 pom.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/d1e40bf0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2d341c0..7715278 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1009,7 +1009,7 @@
           <dependency>
             <groupId>org.asciidoctor</groupId>
             <artifactId>asciidoctorj-pdf</artifactId>
-            <version>1.5.0-alpha.6</version>
+            <version>1.5.0-alpha.11</version>
           </dependency>
         </dependencies>
         <configuration>
@@ -1019,6 +1019,8 @@
           <sourceHighlighter>coderay</sourceHighlighter>
           <attributes>
             <docVersion>${project.version}</docVersion>
+            <sourcedir>${project.build.sourceDirectory}</sourcedir>
+            <pdfmarks/>
           </attributes>
         </configuration>
         <executions>
@@ -1233,7 +1235,7 @@
     <findbugs-annotations>1.3.9-1</findbugs-annotations>
     <checkstyle.version>6.18</checkstyle.version>
     <javadoc.version>2.10.3</javadoc.version>
-    <asciidoctor.plugin.version>1.5.2.1</asciidoctor.plugin.version>
+    <asciidoctor.plugin.version>1.5.3</asciidoctor.plugin.version>
     <!-- General Packaging -->
     <package.prefix>/usr</package.prefix>
     <package.conf.dir>/etc/hbase</package.conf.dir>

Reply via email to