jakartaee / mail-api

Jakarta Mail Specification project
https://jakartaee.github.io/mail-api
Other
245 stars 101 forks source link

Implement equals() and hashcode() on jakarta.mail.Header #597

Closed jbescos closed 2 years ago

jbescos commented 2 years ago

https://github.com/eclipse-ee4j/mail/issues/594

jbescos commented 2 years ago

It fails because of copyright in unrelated files. Strangely, it does not fail when I run the same command locally: mvn -B -U -C -V clean verify org.glassfish.copyright:glassfish-copyright-maven-plugin:check -Poss-release,staging -Dgpg.skip=true

lukasj commented 2 years ago

add -Dcopyright.ignoreyear=true to the build command in the GH action

jbescos commented 2 years ago

Same error than here:

https://github.com/eclipse-ee4j/mail/pull/599#issuecomment-1087213759

jbescos commented 2 years ago

put a note to changes, please

Done