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

Fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-java.git


The following commit(s) were added to refs/heads/master by this push:
     new 24ee4d34e PARQUET: Include license files in packaged JARs (#3686)
24ee4d34e is described below

commit 24ee4d34ec690fa62854eebc87952867d04bdfc9
Author: Kevin Liu <[email protected]>
AuthorDate: Mon Jul 27 14:10:14 2026 -0400

    PARQUET: Include license files in packaged JARs (#3686)
---
 pom.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 39cda88c6..35d09f60d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -483,14 +483,6 @@
         </configuration>
       </plugin>
 
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-remote-resources-plugin</artifactId>
-        <configuration>
-          <skip>true</skip>
-        </configuration>
-      </plugin>
-
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-failsafe-plugin</artifactId>

Reply via email to