Yeah. I made that change, but I don’t know how to trigger another build...

> On Nov 29, 2021, at 3:04 PM, Yishay Weiss <[email protected]> wrote:
> 
> Royale-asjs/pom.xml has
> 
> <excludes>
>            <!-- JSON files can't contain comments -->
>            <exclude>**/*.json</exclude>
>             (…)
>            <!-- READMEs don't have headers -->
>            <exclude>README.md</exclude>
>              (….)
>    </excludes>
> 
> For some reason README.md filter isn’t recursive whereas json files are. No 
> idea why. If you are cautious to make sweeping changes you can just add the 
> new README.md to the filtered list explicitly, as is done in
> <exclude>npm/README.md</exclude>
> 
> Which exists there.
> 
> 
> From: Harbs<mailto:[email protected]>
> Sent: Monday, November 29, 2021 2:51 PM
> To: [email protected]<mailto:[email protected]>
> Subject: Re: ASDoc
> 
> Double ugh.
> 
> Adding a readme file caused a build to fail because there’s an “unapproved 
> license”.
> https://ci-builds.apache.org/job/Royale/job/Royale-asjs/1873/ 
> <https://ci-builds.apache.org/job/Royale/job/Royale-asjs/1873/>
> 
> How do exclude all README.md files from that check?
> 
>> On Nov 29, 2021, at 2:41 PM, Harbs <[email protected]> wrote:
>> 
>> I just added a comment to a README file in that folder.
> 

Reply via email to