This is an automated email from the ASF dual-hosted git repository.

ggal pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-livy.git


The following commit(s) were added to refs/heads/master by this push:
     new 22923a1f [LIVY-981] Exclude test and provided scopes from THIRD-PARTY 
license generation
22923a1f is described below

commit 22923a1f1ba8908c1bd16154b46bf4177172bab9
Author: Damon P. Cortesi <[email protected]>
AuthorDate: Fri Dec 12 08:48:57 2025 -0800

    [LIVY-981] Exclude test and provided scopes from THIRD-PARTY license 
generation
    
    ## What changes were proposed in this pull request?
    
    - Added `test,provided` to `excludedScopes` property for license maven 
plugin.
    - https://issues.apache.org/jira/browse/LIVY-981
    
    ## How was this patch tested?
    
    - Generated licenses manually, identified test-scope license removed from 
generated file
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 715de69e..4dc328e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -189,6 +189,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>

Reply via email to