This is an automated email from the ASF dual-hosted git repository. gxd pushed a commit to branch binding_java_doc_footer in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
commit 4f7b9dd0dac4e99245c3846e1dccafaa94fdc639 Author: G-XD <[email protected]> AuthorDate: Wed Jan 17 00:26:00 2024 +0800 docs(bindings/java): copyright in footer --- 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>
