Skip to content

Commit

Permalink
Adding documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
anki2189 committed Dec 8, 2020
1 parent 9293182 commit d95c134
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,10 @@ private void writePackageJson(TarArchiveOutputStream tarOut)
tarOut.closeArchiveEntry();
}

/**
* NPM packages store license information in package.json metadata file
* @see {https://docs.npmjs.com/cli/v6/configuring-npm/package-json#license}
*/
private void populateNpmLicensesinPackageJson()
{
if (!ArrayUtils.isEmpty(licenses))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@

/**
* License Configuration for test artifact
* @see {https://docs.npmjs.com/cli/v6/configuring-npm/package-json#license}
*/
LicenseConfiguration[] licenses() default {};

Expand Down

0 comments on commit d95c134

Please sign in to comment.