[
https://issues.apache.org/jira/browse/HBASE-15753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16219076#comment-16219076
]
Misty Stanley-Jones edited comment on HBASE-15753 at 10/25/17 5:01 PM:
-----------------------------------------------------------------------
The error I get is:
{code:java}
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-site-plugin:3.4:site (default-site) on project
hbase: failed to get report for org.apache.maven.plugins:maven-javadoc-plugin:
Failed to execute goal on project hbase-server: Could not resolve dependencies
for project org.apache.hbase:hbase-server:jar:3.0.0-SNAPSHOT: The following
artifacts could not be resolved:
org.apache.hbase:hbase-http:jar:3.0.0-SNAPSHOT,
org.apache.hbase:hbase-http:jar:tests:3.0.0-SNAPSHOT: Could not find artifact
org.apache.hbase:hbase-http:jar:3.0.0-SNAPSHOT in project.local
(file:/Users/misty/repos/asf/hbase/hbase-server/src/site/resources/repo) ->
[Help 1]
[ERROR]
{code}
I think this is actually unrelated to this JIRA. :/
was (Author: misty):
The error I get is:
{code:java}
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-site-plugin:3.4:site (default-site) on project
hbase: failed to get report for org.apache.maven.plugins:maven-javadoc-plugin:
Failed to execute goal on project hbase-server: Could not resolve dependencies
for project org.apache.hbase:hbase-server:jar:3.0.0-SNAPSHOT: The following
artifacts could not be resolved:
org.apache.hbase:hbase-http:jar:3.0.0-SNAPSHOT,
org.apache.hbase:hbase-http:jar:tests:3.0.0-SNAPSHOT: Could not find artifact
org.apache.hbase:hbase-http:jar:3.0.0-SNAPSHOT in project.local
(file:/Users/misty/repos/asf/hbase/hbase-server/src/site/resources/repo) ->
[Help 1]
[ERROR]
{code}
> Site does not build with the instructions in the book
> -----------------------------------------------------
>
> Key: HBASE-15753
> URL: https://issues.apache.org/jira/browse/HBASE-15753
> Project: HBase
> Issue Type: Bug
> Components: community, documentation, website
> Reporter: Enis Soztutar
> Assignee: Misty Stanley-Jones
>
> Originally reported by [~clarax98007] in HBASE-15337.
> Instructions in the book say to run:
> {code}
> mvn site -DskipTests
> {code}
> But it fails with javadoc related errors.
> Seems that we are using this in the jenkins job that [~misty] had setup
> (https://builds.apache.org/job/hbase_generate_website/):
> {code}mvn site -DskipTests -Dmaven.javadoc.skip=true -Dcheckstyle.skip=true
> -Dfindbugs.skip=true {code}
> We should either fix the javadoc, or update the instructions.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)