On 6/30/21 9:28 PM, Shawn McKinney wrote:
> Hello,
> 
> Beginning fortress release preps and stumbled across this when I run:
> 
> ```
> mvn -Papache-release -DdryRun=true release:prepare
> 
> INFO] [INFO] BUILD FAILURE
> 
> …
> 
> [INFO] [ERROR] Failed to execute goal 
> org.apache.rat:apache-rat-plugin:0.11:check (default) on project 
> fortress-core: Too many files with unapproved license: 427 See RAT report in: 
> /home/smckinn/GIT/fortressDev/directory-fortress-core/target/rat.txt
> ```
> 
> When I look at the rat report I see files listed that have apache license 
> header included and ones that have never created a problem before.
> 
> Does anyone know what’s going on here?

This has to do with the change of the URL from http:// to https:// in
the license header which the apache-rat plugin 0.13 doesn't understand.
Workaround is to add those 10 lines to the config:

https://github.com/apache/directory-ldap-api/blob/master/pom.xml#L163:L173

Kind Regards,
Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to