You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/02/07 07:38:46 UTC

[GitHub] clintropolis opened a new pull request #7028: add license checker to web-console

clintropolis opened a new pull request #7028: add license checker to web-console
URL: https://github.com/apache/incubator-druid/pull/7028
 
 
   This PR modifies `druid-console` to add a 'dev dependency' to a lib called `license-checker` and adds a `check-licenses` npm "script" that is run by maven to ensure dependencies are apache license compatible.
   
   Pending response on https://issues.apache.org/jira/browse/LEGAL-436 on whether using 'blueprintjs' is allowed, and related to #7026.
   
   Output during maven execution:
   
   ```
   ...
   [INFO] --- frontend-maven-plugin:1.6:npm (license-check) @ druid-console ---
   [INFO] Running 'npm run check-licenses' in /Users/clint/workspace/clintropolis/druid/web-console/target
   [INFO] 
   [INFO] > web-console@0.14.0 check-licenses /Users/clint/workspace/clintropolis/druid/web-console
   [INFO] > license-checker --production --onlyAllow 'Apache-1.1;Apache-2.0;BSD-2-Clause;BSD-3-Clause;MIT;CC0-1.0' --excludePackages '@blueprintjs/core@3.12.0;@blueprintjs/icons@3.5.1' --summary
   [INFO] 
   [INFO] ├─ MIT: 74
   [INFO] ├─ BSD-3-Clause: 4
   [INFO] ├─ Apache-2.0: 3
   [INFO] └─ (GPL-2.0 OR MIT): 1
   [INFO] 
   [INFO] 
   ...
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org