Ted Yu created HBASE-19015:
------------------------------
Summary: hbase-shaded-check-invariants fails against hadoop3-beta1
Key: HBASE-19015
URL: https://issues.apache.org/jira/browse/HBASE-19015
Project: HBase
Issue Type: Bug
Reporter: Ted Yu
When using the following command trying to build tar ball against hadoop3 beta1:
{code}
mvn install -DskipTests -Phadoop-3.0 -Dhadoop-three.version=3.0.0-beta1
-Dhadoop-two.version=3.0.0-beta1 -Djetty.version=9.3.19.v20170502
assembly:single -Prelease
{code}
I got the following:
{code}
[ERROR] Found artifact with unexpected contents:
'/Users/tyu/.m2/repository/org/apache/hbase/hbase-shaded-client/3.0.0-SNAPSHOT/hbase-shaded-client-3.0.0-SNAPSHOT.jar'
Please check the following and either correct the build or update
the allowed list with reasoning.
com/
com/nimbusds/
com/nimbusds/jwt/
com/nimbusds/jwt/SignedJWT.class
com/nimbusds/jwt/JWTClaimsSet$Builder.class
com/nimbusds/jwt/package-info.class
{code}
See full output in attachment.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)