This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-exec.git
The following commit(s) were added to refs/heads/master by this push: new 79c71aa4 Javadoc top 79c71aa4 is described below commit 79c71aa4169f6e5c33d936b61b32bfebbbaf4f95 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Dec 30 12:24:03 2023 -0500 Javadoc top --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index 46400a1e..96aa90e3 100644 --- a/pom.xml +++ b/pom.xml @@ -102,6 +102,14 @@ <excludeFilterFile>${basedir}/src/conf/findbugs-exclude-filter.xml</excludeFilterFile> </configuration> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <version>${commons.javadoc.version}</version> + <configuration> + <top><![CDATA[<a href="${project.url}">${project.name}</a> ${project.version}]]></top> + </configuration> + </plugin> </plugins> </pluginManagement> <plugins>