This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/main by this push:
new 3565e561b1 docs(bindings/java): copyright in footer (#3996)
3565e561b1 is described below
commit 3565e561b14916b65dc99d08934f177e421983fa
Author: G-XD <[email protected]>
AuthorDate: Wed Jan 17 00:44:50 2024 +0800
docs(bindings/java): copyright in footer (#3996)
---
bindings/java/pom.xml | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/bindings/java/pom.xml b/bindings/java/pom.xml
index 3bf1aeffeb..7f08f2816c 100644
--- a/bindings/java/pom.xml
+++ b/bindings/java/pom.xml
@@ -78,6 +78,7 @@
<os-maven-plugin.version>1.7.0</os-maven-plugin.version>
<palantir-java-format.version>2.36.0</palantir-java-format.version>
<spotless.version>2.39.0</spotless.version>
+ <maven-javadoc-plugin.version>3.6.3</maven-javadoc-plugin.version>
</properties>
<dependencyManagement>
@@ -263,6 +264,19 @@
</java>
</configuration>
</plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>${maven-javadoc-plugin.version}</version>
+ <configuration>
+ <bottom>
+ Copyright © 2022-2024, The Apache Software Foundation
Apache OpenDAL, OpenDAL, Apache, Apache Incubator,
+ the Apache feather, the Apache Incubator logo and the
Apache OpenDAL project logo are either registered
+ trademarks or trademarks of the Apache Software
Foundation.
+ </bottom>
+ </configuration>
+ </plugin>
</plugins>
</build>
</project>