Olaf Flebbe created HBASE-19625:
-----------------------------------
Summary: Maven enforcer findings
Key: HBASE-19625
URL: https://issues.apache.org/jira/browse/HBASE-19625
Project: HBase
Issue Type: Bug
Components: build
Affects Versions: 1.1.12
Reporter: Olaf Flebbe
While compiling for centos-7 maven enforcer is triggered by several licenses:
https://ci.bigtop.apache.org/job/Bigtop-trunk-packages/COMPONENTS=hbase,OS=centos-7/ws/build/hbase/rpm/BUILD/hbase-1.1.12/hbase-assembly/target/maven-shared-archive-resources/META-INF/LICENSE/*view*/
Here are the diagnostics:
{code}
This product includes OkHttp licensed under the Apache 2.0.
ERROR: Please check ^^^^^^^^^^^^ this License for acceptability here:
https://www.apache.org/legal/resolved
If it is okay, then update the list named 'non_aggregate_fine' in the
LICENSE.vm file.
If it isn't okay, then revert the change that added the dependency.
More info on the dependency:
<groupId>com.squareup.okhttp</groupId>
<artifactId>okhttp</artifactId>
<version>2.4.0</version>
maven central search
g:com.squareup.okhttp AND a:okhttp AND v:2.4.0
project website
https://github.com/square/okhttp/okhttp
project source
https://github.com/square/okhttp/okhttp/
--
This product includes Okio licensed under the Apache 2.0.
ERROR: Please check ^^^^^^^^^^^^ this License for acceptability here:
https://www.apache.org/legal/resolved
If it is okay, then update the list named 'non_aggregate_fine' in the
LICENSE.vm file.
If it isn't okay, then revert the change that added the dependency.
More info on the dependency:
<groupId>com.squareup.okio</groupId>
<artifactId>okio</artifactId>
<version>1.4.0</version>
maven central search
g:com.squareup.okio AND a:okio AND v:1.4.0
project website
https://github.com/square/okio/okio
project source
https://github.com/square/okio/okio/
ERROR: "Java Concurrency in Practice" book annotations dependency found without
license information!
Please find the appropriate license and update supplemental-models.xml or
revert the change that added this dependency.
More info on the dependency:
<groupId>net.jcip</groupId>
<artifactId>jcip-annotations</artifactId>
<version>1.0</version>
maven central search
g:net.jcip AND a:jcip-annotations AND v:1.0
project website
http://jcip.net/
project source
${dep.scm.url}
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)