This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git


The following commit(s) were added to refs/heads/master by this push:
     new 80928794 trivial: fix javadoc closing tag in example script
80928794 is described below

commit 809287945b99f8fd94511855e40161222d486d99
Author: Konrad Windszus <[email protected]>
AuthorDate: Wed Jul 12 17:23:22 2023 +0200

    trivial: fix javadoc closing tag in example script
---
 .../java/org/apache/maven/plugin/plugin/DescriptorGeneratorMojo.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/DescriptorGeneratorMojo.java
 
b/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/DescriptorGeneratorMojo.java
index 66aa75f4..48861725 100644
--- 
a/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/DescriptorGeneratorMojo.java
+++ 
b/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/DescriptorGeneratorMojo.java
@@ -188,7 +188,7 @@ public class DescriptorGeneratorMojo extends 
AbstractGeneratorMojo {
      * <pre>
      * &lt;externalJavadocBaseUrls&gt;
      *   
&lt;externalJavadocBaseUrl&gt;https://docs.oracle.com/javase/8/docs/api/&lt;/externalJavadocBaseUrl&gt;
-     * &lt;externalJavadocBaseUrls&gt;
+     * &lt;/externalJavadocBaseUrls&gt;
      * </pre>
      * is valid because 
<code>https://docs.oracle.com/javase/8/docs/api/package-list</code> exists.
      * See <a 
href="https://docs.oracle.com/en/java/javase/17/docs/specs/man/javadoc.html#standard-doclet-options";>

Reply via email to