I ran that command and got the following:

*****************************************************
Summary
-------
Generated at: 2018-03-22T22:18:53-05:00
Notes: 4
Binaries: 52
Archives: 0
Standards: 21

Apache Licensed: 20
Generated Documents: 0

JavaDocs are generated and so license header is optional
Generated files do not required license headers

1 Unknown Licenses

*******************************

Unapproved licenses:

  DEPENDENCIES

*******************************

Archives:

*****************************************************
  Files with Apache License headers will be marked AL
  Binary files (which do not require AL headers) will be marked B
  Compressed archives will be marked A
  Notices, licenses etc will be marked N
  N     LICENSE
  N     DISCLAIMER
  AL    merge_pr.py
  AL    pom.xml
 !????? DEPENDENCIES
  AL    griffin-doc/ui/test-case.md
  AL    griffin-doc/ui/user-guide.md
  AL    griffin-doc/docker/griffin-docker-guide.md
  AL    griffin-doc/docker/svc_msr/docker-compose-batch.yml
  AL    griffin-doc/docker/svc_msr/docker-compose-streaming.yml
  AL    griffin-doc/intro.md
  B     griffin-doc/img/bark-sm.gif
  B     griffin-doc/img/techstack.png
  B     griffin-doc/img/userguide/confirm measure.png
  B     griffin-doc/img/userguide/metrics dashboard.png
  B     griffin-doc/img/userguide/data asset new.png
  B     griffin-doc/img/userguide/create job.png
  B     griffin-doc/img/userguide/accuracy.png
  B     griffin-doc/img/userguide/asset list.png
  B     griffin-doc/img/userguide/create measure.png
  B     griffin-doc/img/userguide/dq metrics.png
  B     griffin-doc/img/userguide/dashboard big.png
  B     griffin-doc/img/userguide/mapping.png
  B     griffin-doc/img/userguide/right bar.png
  B     griffin-doc/img/userguide/source.PNG
  B     griffin-doc/img/userguide/Capture.PNG
  B     griffin-doc/img/userguide/measure info.png
  B     griffin-doc/img/userguide/heatmap.png
  B     griffin-doc/img/userguide/ac_partition.png
  B     griffin-doc/img/userguide/confirm job.png
  B     griffin-doc/img/userguide/job config.png
  B     griffin-doc/img/fsd/image2018-2-5 14-46-26.png
  B     griffin-doc/img/fsd/image2018-1-8 12-48-20.png
  B     griffin-doc/img/fsd/image2018-2-5 14-44-20.png
  B     griffin-doc/img/fsd/image2018-1-8 13-10-28.png
  B     griffin-doc/img/fsd/image2018-1-8 13-15-30.png
  B     griffin-doc/img/fsd/image2018-1-8 13-02-15.png
  B     griffin-doc/img/fsd/image2018-1-8 13-12-10.png
  B     griffin-doc/img/fsd/image2018-1-8 12-33-2.png
  B     griffin-doc/img/fsd/image2018-1-8 13-13-40.png
  B     griffin-doc/img/fsd/image2018-1-8 12-51-13.png
  B     griffin-doc/img/fsd/image2018-2-6 10-10-15.png
  B     griffin-doc/img/fsd/image2018-1-8 12-44-30.png
  B     griffin-doc/img/fsd/image2018-2-6 10-51-16.png
  B     griffin-doc/img/fsd/image2018-1-8 12-27-53.png
  B     griffin-doc/img/fsd/image2018-2-6 11-3-19.png
  B     griffin-doc/img/fsd/image2018-2-6 10-58-24.png
  B     griffin-doc/img/fsd/image2018-1-8 12-38-12.png
  B     griffin-doc/img/fsd/image2018-2-5 14-45-10.png
  B     griffin-doc/img/fsd/image2018-2-6 11-1-10.png
  B     griffin-doc/img/fsd/image2018-2-6 10-48-10.png
  B     griffin-doc/img/fsd/image2018-2-6 10-54-15.png
  B     griffin-doc/img/fsd/image2018-2-5 14-50-10.png
  B     griffin-doc/img/fsd/image2018-2-6 10-50-10.png
  B     griffin-doc/img/fsd/image2018-2-6 10-57-20.png
  B     griffin-doc/img/fsd/image2018-1-8 13-07-16.png
  B     griffin-doc/img/arch.png
  B     griffin-doc/img/Business_Process.png
  B     griffin-doc/img/data quality Flow.png
  B     griffin-doc/img/tdd/class_diagram.png
  B     griffin-doc/img/tdd/model_design.png
  B     griffin-doc/img/tdd/arch_design.png
  B     griffin-doc/img/tdd/mvc.png
  AL    griffin-doc/tdd.md
  AL    griffin-doc/roadmap.md
  AL    griffin-doc/measure/measure-streaming-sample.md
  AL    griffin-doc/measure/measures.md
  AL    griffin-doc/measure/dsl-guide.md
  AL    griffin-doc/measure/measure-batch-sample.md
  AL    griffin-doc/measure/measure-configuration-guide.md
  AL    griffin-doc/proposal.md
  AL    griffin-doc/service/api-guide.md
  AL    griffin-doc/FSD.md
  N     NOTICE
  AL    CONTRIBUTING.md
  N     KEYS
  AL    .travis.yml

*****************************************************
 Printing headers for files without AL header...


=======================================================================
==DEPENDENCIES
=======================================================================
// ------------------------------------------------------------------
// Transitive dependencies of this project determined from the
// maven pom organized by organization.
// ------------------------------------------------------------------

Apache Griffin 0.2.0-incubating







On 22 March 2018 at 22:18, Lionel Liu <lionel...@apache.org> wrote:

> Hi Matt,
>
> What DEPENDENCIES files are causing the rat check fail in your environment
> ?
> We had set the exclusion list of some files in pom.xml, with profile id
> apache-release, the rat check will success by running `mvn -Papache-release
> clean apache-rat:check`
>
> Thanks,
> Lionel
>
> On Fri, Mar 23, 2018 at 10:41 AM, Matt Sicker <boa...@gmail.com> wrote:
>
>> +1
>>
>> * GPG checked
>> * Build/test checked
>>
>> Note that your DEPENDENCIES file is causing the rat check to fail and
>> should probably be added to the exclusion list. I also had a couple test
>> failures in Java 10 relating to some Spark classes in case you're curious.
>>
>> On 22 March 2018 at 21:23, Lionel Liu <lionel...@apache.org> wrote:
>>
>> > +1
>> >
>> > Thanks,
>> > Lionel
>> >
>> > On Fri, Mar 23, 2018 at 10:21 AM, William Guo <gu...@apache.org> wrote:
>> >
>> > > +1
>> > >
>> > > Thanks,
>> > > William
>> > >
>> > >
>> > >
>> > > On Fri, Mar 23, 2018 at 10:13 AM, Lionel Liu <lionel...@apache.org>
>> > wrote:
>> > > > Hi all,
>> > > >     The Apache Griffin community has voted on and approved a
>> proposal
>> > to
>> > > > release Apache Griffin 0.2.0-rc1.
>> > > >     We now kindly request that the Incubator PMC members review and
>> > vote
>> > > on
>> > > > this incubator release candidate.
>> > > >
>> > > >     Apache Griffin is data quality service for modern data system,
>> it
>> > > > defines a standard process to define, measure data quality for
>> > well-known
>> > > > dimensions. With Apache Griffin, users will be able to quickly
>> define
>> > > their
>> > > > data quality requirements and then get the result in near real time
>> in
>> > > > systematical approach.
>> > > >
>> > > >
>> > > >     Griffin vote thread
>> > > >
>> > > > https://lists.apache.org/thread.html/658a1a5a6720783d13cdd5e3f473fa
>> > > 00fd491e4c691c3aedfce81bf3@%3Cdev.griffin.apache.org%3E
>> > > >     Griffin vote result thread
>> > > >
>> > > > https://lists.apache.org/thread.html/c3e5a04bebfe8b3a6904642db723fe
>> > > 89b07d26553d8a6fc13961ec1e@%3Cdev.griffin.apache.org%3E
>> > > >
>> > > >     The source tarball, including signatures, digests, etc. can be
>> > found
>> > > at:
>> > > >
>> > > > https://dist.apache.org/repos/dist/dev/incubator/griffin/0.
>> > > 2.0-incubating
>> > > >
>> > > >     The tag to be voted upon is 0.2.0-incubating:
>> > > >
>> > > > https://git-wip-us.apache.org/repos/asf?p=incubator-griffin.
>> > > git;a=shortlog;h=refs/tags/griffin-0.2.0-incubating
>> > > >
>> > > >     The release hash is :
>> > > >
>> > > > https://git-wip-us.apache.org/repos/asf?p=incubator-griffin.
>> > > git;a=commit;h=fe3cde132d950fbdc35aa33bccac89e6c02cef8c
>> > > >
>> > > >     The Nexus Staging URL:
>> > > >     https://repository.apache.org/content/repositories/
>> > > orgapachegriffin-1010
>> > > >
>> > > >     Release artifacts are signed with the following key:
>> > > >     0CE81C56C324D162F97A06480C001A229453521F
>> > > >
>> > > >     KEYS file available:
>> > > >     https://dist.apache.org/repos/dist/dev/incubator/griffin/KEYS
>> > > >
>> > > >     For information about the contents of this release, see:
>> > > >
>> > > > https://dist.apache.org/repos/dist/dev/incubator/griffin/0.
>> > > 2.0-incubating/CHANGES.txt
>> > > >
>> > > >
>> > > >     Please download the release candidate and evaluate the necessary
>> > > items
>> > > > including checking hashes, signatures, build from source, run and
>> test.
>> > > >     Please vote on releasing this package as Apache Griffin
>> > > 0.2.0-incubating
>> > > >     The vote will be open for 72 hours.
>> > > >     [ ] +1 Release this package as Apache Griffin 0.2.0-incubating
>> > > >     [ ] +0 no opinion
>> > > >     [ ] -1 Do not release this package because ...
>> > > >
>> > > >
>> > > > Thanks,
>> > > > Lionel
>> > > > on behalf of Apache Griffin PPMC
>> > >
>> > > ---------------------------------------------------------------------
>> > > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
>> > > For additional commands, e-mail: general-h...@incubator.apache.org
>> > >
>> > >
>> >
>>
>>
>>
>> --
>> Matt Sicker <boa...@gmail.com>
>>
>
>


-- 
Matt Sicker <boa...@gmail.com>

Reply via email to