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

lzljs3620320 pushed a commit to branch 0.4
in repository https://gitbox.apache.org/repos/asf/incubator-paimon-shade.git


The following commit(s) were added to refs/heads/0.4 by this push:
     new 1e3534a  [maven] Add disclaimer file to jar
1e3534a is described below

commit 1e3534a0f4a76a80ebeb89a03f73a69ac3735d82
Author: JingsongLi <[email protected]>
AuthorDate: Mon Apr 17 13:31:59 2023 +0800

    [maven] Add disclaimer file to jar
---
 pom.xml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/pom.xml b/pom.xml
index e6926b7..4c6fb32 100644
--- a/pom.xml
+++ b/pom.xml
@@ -334,6 +334,24 @@ under the License.
                     </dependency>
                 </dependencies>
             </plugin>
+
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-remote-resources-plugin</artifactId>
+                <version>1.7.0</version>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>process</goal>
+                        </goals>
+                        <configuration>
+                            <resourceBundles>
+                                
<resourceBundle>org.apache.apache.resources:apache-incubator-disclaimer-resource-bundle:1.5</resourceBundle>
+                            </resourceBundles>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
         </plugins>
     </build>
 

Reply via email to