[
https://issues.apache.org/jira/browse/HBASE-20076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16384990#comment-16384990
]
Sean Busbey commented on HBASE-20076:
-------------------------------------
I suspect this is now fixed thanks to HBASE-20070. just need to get a patch up
that causes precommit to check mvnsite.
> Maven site generation fails
> ---------------------------
>
> Key: HBASE-20076
> URL: https://issues.apache.org/jira/browse/HBASE-20076
> Project: HBase
> Issue Type: Bug
> Components: documentation, website
> Affects Versions: 3.0.0
> Reporter: Sean Busbey
> Priority: Critical
> Attachments: branch-mvnsite-root.txt
>
>
> precommit attempts at mvnsite fail with odd looking results:
> {code}
> [INFO]
> [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @
> hbase-it ---
> [INFO] Compiling 101 source files to
> /testptch/hbase/hbase-it/target/test-classes
> [INFO]
> /testptch/hbase/hbase-it/src/test/java/org/apache/hadoop/hbase/chaos/actions/Action.java:
> Some input files use or override a deprecated API.
> [INFO]
> /testptch/hbase/hbase-it/src/test/java/org/apache/hadoop/hbase/chaos/actions/Action.java:
> Recompile with -Xlint:deprecation for details.
> [INFO]
> /testptch/hbase/hbase-it/src/test/java/org/apache/hadoop/hbase/chaos/factories/MonkeyFactory.java:
> Some input files use unchecked or unsafe operations.
> [INFO]
> /testptch/hbase/hbase-it/src/test/java/org/apache/hadoop/hbase/chaos/factories/MonkeyFactory.java:
> Recompile with -Xlint:unchecked for details.
> [INFO] -------------------------------------------------------------
> [ERROR] COMPILATION ERROR :
> [INFO] -------------------------------------------------------------
> [ERROR]
> /testptch/hbase/hbase-it/src/test/java/org/apache/hadoop/hbase/RESTApiClusterManager.java:[250,48]
> cannot find symbol
> symbol: method readEntity(java.lang.Class<java.lang.String>)
> location: variable response of type javax.ws.rs.core.Response
> [INFO] 1 error
> {code}
> {code}
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-site-plugin:3.4:site (default-site) on project
> hbase-spark: failed to get report for
> org.apache.maven.plugins:maven-javadoc-plugin: Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:3.6.1:testCompile
> (default-testCompile) on project hbase-it: Compilation failure
> [ERROR]
> /testptch/hbase/hbase-it/src/test/java/org/apache/hadoop/hbase/RESTApiClusterManager.java:[250,48]
> cannot find symbol
> [ERROR] symbol: method readEntity(java.lang.Class<java.lang.String>)
> [ERROR] location: variable response of type javax.ws.rs.core.Response
> [ERROR]
> {code}
> this is at least true on master. haven't checked other branches
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)