This is an automated email from the ASF dual-hosted git repository.
vinish pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-xtable.git
The following commit(s) were added to refs/heads/main by this push:
new 481b4397 Incorrect product name and distribution years in NOTICE file
inside jars (#509)
481b4397 is described below
commit 481b4397f82d3f76a8be335612e78081e2595642
Author: Stamatis Zampetakis <[email protected]>
AuthorDate: Mon Aug 12 16:33:39 2024 +0300
Incorrect product name and distribution years in NOTICE file inside jars
(#509)
Configure `maven-remote-resources-plugin` to use "Apache XTable
(incubating) as the product name inside the NOTICE files.
---
pom.xml | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b0ec28a0..7c06bad8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<groupId>org.apache.xtable</groupId>
<artifactId>xtable</artifactId>
<name>xtable</name>
-
+ <inceptionYear>2024</inceptionYear>
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
@@ -547,6 +547,20 @@
</plugins>
</pluginManagement>
<plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-remote-resources-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>process-resource-bundles</id>
+ <configuration>
+ <properties>
+ <projectName>Apache XTable
(incubating)</projectName>
+ </properties>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
<plugin>
<groupId>org.projectlombok</groupId>
<artifactId>lombok-maven-plugin</artifactId>