This is an automated email from the ASF dual-hosted git repository. dacort pushed a commit to branch fix/exclude-test-licenses in repository https://gitbox.apache.org/repos/asf/incubator-livy.git
commit 76a1f45d7f73e67e1e8173b06c94ae726dd54cb5 Author: Damon P. Cortesi <[email protected]> AuthorDate: Thu Oct 5 11:44:49 2023 -0700 Exclude test and provided scopes from THIRD-PARTY license generation --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 23561962..7f62a22a 100644 --- a/pom.xml +++ b/pom.xml @@ -175,6 +175,8 @@ <maven.compiler.source>${java.version}</maven.compiler.source> <maven.compiler.target>${java.version}</maven.compiler.target> + <!-- Exclude test and provided licenses when generating the THIRD-PARTY license file --> + <license.excludedScopes>test,provided</license.excludedScopes> </properties> <repositories>
