You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by ha...@apache.org on 2022/05/19 20:32:25 UTC

[clerezza] branch master updated: CLEREZZA-1063: Configure @goal and @phase tags in maven-javadoc-plugin

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

hasan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/clerezza.git


The following commit(s) were added to refs/heads/master by this push:
     new ca98121d CLEREZZA-1063: Configure @goal and @phase tags in maven-javadoc-plugin
ca98121d is described below

commit ca98121dc293b5cec21ffad8d791463d7bee4981
Author: Hasan <ha...@apache.org>
AuthorDate: Thu May 19 22:31:43 2022 +0200

    CLEREZZA-1063: Configure @goal and @phase tags in maven-javadoc-plugin
---
 parent/pom.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/parent/pom.xml b/parent/pom.xml
index 744f0c28..d82db03b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -466,6 +466,20 @@
                 <artifactId>maven-javadoc-plugin</artifactId>
                 <!-- Version 2.6  passes invalid arguments to the wadl doclet -->
                 <version>3.1.1</version>
+                <configuration>
+                    <tags>
+                        <tag>
+                            <name>goal</name>
+                            <placement>a</placement>
+                            <head>Goal:</head>
+                        </tag>
+                        <tag>
+                            <name>phase</name>
+                            <placement>a</placement>
+                            <head>Phase:</head>
+                        </tag>
+                    </tags>
+                </configuration>
             </plugin>
 
             <!-- test results -->