You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@edgent.apache.org by Dale LaBossiere <dm...@gmail.com> on 2017/10/04 16:51:33 UTC

maven: java7 & android jars lack META-INF/LICENSE and NOTICE

Hi Chris,

I noticed that the java7 and android jars (other than those for the console) lack META-INF/{LICENSE,NOTICE}

A while ago a separate NOTICE file was added to each project with an applicable “has IBM contribs” NOTICE.
Earlier today I added even standard (non-IBM-contrib) NOTICE files to the rest of the j8 packages
in order to achieve maintaining the correct ASF Copyright date *range* (currently 2016-2017).

Hopefully you’ll know the maven magic so the j7/android build processing will be able to just extract
and include the LICENSE&NOTICE's present in the j8 jars :-)

— Dale