[
https://issues.apache.org/jira/browse/HBASE-19076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16240102#comment-16240102
]
Jan Hentschel commented on HBASE-19076:
---------------------------------------
Mh, strange. I still don't get a failing rule when running your command against
the current master.
{code}
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Error Prone Rules 3.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ hbase-error-prone
---
[INFO] Deleting
/Users/jan/Documents/Projects/github/hbase/hbase-build-support/hbase-error-prone/target
[INFO]
[INFO] --- build-helper-maven-plugin:3.0.0:bsh-property
(negate-license-bundles-property) @ hbase-error-prone ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce
(min-maven-min-java-banned-xerces) @ hbase-error-prone ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (banned-jsr305) @
hbase-error-prone ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (banned-scala) @
hbase-error-prone ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (banned-hbase-spark) @
hbase-error-prone ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @
hbase-error-prone ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles)
@ hbase-error-prone ---
[INFO]
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @
hbase-error-prone ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
/Users/jan/Documents/Projects/github/hbase/hbase-build-support/hbase-error-prone/src/main/resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (check-aggregate-license) @
hbase-error-prone ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @
hbase-error-prone ---
[INFO] Compiling 1 source file to
/Users/jan/Documents/Projects/github/hbase/hbase-build-support/hbase-error-prone/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @
hbase-error-prone ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @
hbase-error-prone ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.20.1:test (default-test) @ hbase-error-prone
---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-surefire-plugin:2.20.1:test (secondPartTestsExecution) @
hbase-error-prone ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.0.0:test-jar (default) @ hbase-error-prone ---
[INFO] Skipping packaging of the test-jar
[INFO]
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ hbase-error-prone ---
[INFO] Building jar:
/Users/jan/Documents/Projects/github/hbase/hbase-build-support/hbase-error-prone/target/hbase-error-prone-3.0.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-assembly-plugin:2.6:single (default-cli) @ hbase-error-prone
---
[INFO] Assemblies have been skipped per configuration of the skipAssembly
parameter.
{code}
Let's wait for someone to confirm this.
> Ensure findbugs jsr305 jar isn't present in hbase-error-prone module
> --------------------------------------------------------------------
>
> Key: HBASE-19076
> URL: https://issues.apache.org/jira/browse/HBASE-19076
> Project: HBase
> Issue Type: Bug
> Components: dependencies
> Affects Versions: 3.0.0
> Reporter: Qilin Cao
> Assignee: Qilin Cao
> Attachments: HBASE-19076.patch
>
>
> After HBASE-16321 ensure findbugs jsr305 jar isn't present, we have failures
> with the hbase-error-prone module.
> {code}
> [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce
> (min-maven-min-java-banned-xerces) @ hbase-error-prone ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (banned-jsr305) @
> hbase-error-prone ---
> [WARNING] Rule 0: org.apache.maven.plugins.enforcer.BannedDependencies failed
> with message:
> We don't allow the JSR305 jar from the Findbugs project, see HBASE-16321.
> Found Banned Dependency: com.google.code.findbugs:jsr305:jar:1.3.9
> Use 'mvn dependency:tree' to locate the source of the banned dependencies.
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)