This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch release in repository https://gitbox.apache.org/repos/asf/commons-cli.git
The following commit(s) were added to refs/heads/release by this push: new 38ca4f62 Javadoc is missing its Overview page 38ca4f62 is described below commit 38ca4f629a9dcac43e45e0bcd0c83fdf13ca47c2 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jan 18 08:41:59 2025 -0500 Javadoc is missing its Overview page - The overview.html file is not in the location maven-javadoc-plugin expects - Fix Javadoc error - Fix Javadoc typo --- src/changes/changes.xml | 1 + src/main/{java/org/apache/commons/cli => javadoc}/overview.html | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 865c87d6..054339c1 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -30,6 +30,7 @@ <action type="fix" dev="ggregory" due-to="Gary Gregory">Port to JUnit 5.</action> <action type="fix" dev="ggregory" due-to="Gary Gregory">Generics for Converter should use Exception not Throwable.</action> <action type="fix" dev="ggregory" due-to="Gary Gregory">Pick up maven-antrun-plugin version from parent POM org.apache:apache.</action> + <action type="fix" dev="ggregory" due-to="Gary Gregory">Javadoc is missing its Overview page.</action> <!-- ADD --> <action type="add" issue="CLI-339" dev="ggregory" due-to="Claude Warren, Gary Gregory">Help formatter extension in the new package #314.</action> <action type="add" dev="ggregory" due-to="Gary Gregory">CommandLine.Builder implements Supplier<CommandLine>.</action> diff --git a/src/main/java/org/apache/commons/cli/overview.html b/src/main/javadoc/overview.html similarity index 95% rename from src/main/java/org/apache/commons/cli/overview.html rename to src/main/javadoc/overview.html index 2af1c30d..abba0061 100644 --- a/src/main/java/org/apache/commons/cli/overview.html +++ b/src/main/javadoc/overview.html @@ -32,12 +32,9 @@ limitations under the License. specified after the command argument: <code> - <pre> myApp -p <port> command -p <printer> - </pre> </code> - <p>The homepage for the project is - <a href="https://commons.apache.org">Apache Commons/</a> + <a href="https://commons.apache.org">Apache Commons</a> </body>