You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
licenses/:This directory holds the license files related to third-party dependencies.
LICENSE:This file holds a list of all the licenses for third-party dependencies
NOTICE:This file holds a list of all the notice for third-party dependencies
TODO LIST:
Use mvn license:add-third-party to generate THIRD-PARTY.txt and parsing it to generate LICENSES file , decompress all jar dependencies and obtain dependent license/notice files. Add thrid-party dependency licenses #2008
The license that cannot be obtained from jar needs to search github repository.
For example, the third-party file ant-1.9.1.jar is introduced into the source code
The license information of ant-1.9.1.jar needs to be specified in the LICENSE file and the notice information needs to be specified in the NOTICE file (if it does not have a NOTICE file, there is no need to append to the NOTICE file). The detailed LICENSE file corresponding to ant-1.9.1.jar is placed in the same level directory licenses/.
Feature Description (功能描述)
Add thrid-party dependency licenses
licenses/
:This directory holds the license files related to third-party dependencies.LICENSE
:This file holds a list of all the licenses for third-party dependenciesNOTICE
:This file holds a list of all the notice for third-party dependenciesTODO LIST:
mvn license:add-third-party
to generateTHIRD-PARTY.txt
and parsing it to generateLICENSES
file , decompress all jar dependencies and obtain dependent license/notice files. Add thrid-party dependency licenses #2008The text was updated successfully, but these errors were encountered: