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

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

commit 6b1e4e755b55416fe7fbc5d57d528ddbe32b3791
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 7afd73c3..dbb87494 100644
--- a/pom.xml
+++ b/pom.xml
@@ -195,6 +195,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