Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 874D1181FE for ; Fri, 15 Jan 2016 23:18:40 +0000 (UTC) Received: (qmail 80273 invoked by uid 500); 15 Jan 2016 23:18:40 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 80082 invoked by uid 500); 15 Jan 2016 23:18:40 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 80030 invoked by uid 99); 15 Jan 2016 23:18:39 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jan 2016 23:18:39 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D7B642C1F5B for ; Fri, 15 Jan 2016 23:18:39 +0000 (UTC) Date: Fri, 15 Jan 2016 23:18:39 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-14792) Latest docs fail to build when packaging 0.98 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-14792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-14792: ----------------------------------- Fix Version/s: (was: 0.98.17) 0.98.18 > Latest docs fail to build when packaging 0.98 > --------------------------------------------- > > Key: HBASE-14792 > URL: https://issues.apache.org/jira/browse/HBASE-14792 > Project: HBase > Issue Type: Bug > Reporter: Andrew Purtell > Assignee: Andrew Purtell > Priority: Minor > Fix For: 0.98.18 > > Attachments: HBASE-14792-0.98.patch > > > For releasing 0.98 we typically copy back the latest docs from master and then build. > When I try generating the latest docs, I get: > {noformat} > [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > [INFO] Forking Apache HBase - Assembly 0.98.16-hadoop2 > [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > [INFO] > [INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-assembly --- > [INFO] > [INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-assembly --- > [INFO] > [INFO] <<< maven-javadoc-plugin:2.9.1:aggregate (report:aggregate) < generate-sources @ hbase <<< > [INFO] configuring report plugin org.apache.maven.plugins:maven-checkstyle-plugin:2.13 > [INFO] Parent project loaded from repository: org.apache:apache:pom:12 > [INFO] Relativizing decoration links with respect to project URL: http://hbase.apache.org > [INFO] Rendering site with org.apache.maven.skins:maven-fluido-skin:jar:1.4 skin. > [INFO] Skipped "About" report, file "index.html" already exists for the English version. > [INFO] Skipped "Source Xref" report, file "xref/index.html" already exists for the English version. > [INFO] Skipped "Test Source Xref" report, file "xref-test/index.html" already exists for the English version. > [ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.3:site (default-site) on project hbase: Error during page generation: Could not find the template 'META-INF/maven/site.vm: Encountered "source" at META-INF/maven/site.vm[line 1162, column 52] > [ERROR] Was expecting one of: > [ERROR] "," ... > [ERROR] ")" ... > [ERROR] ... > {noformat} > Do I need to make POM updates? -- This message was sent by Atlassian JIRA (v6.3.4#6332)