slawekjaranowski commented on code in PR #87:
URL: https://github.com/apache/maven-plugin-tools/pull/87#discussion_r879811430


##########
maven-plugin-plugin/src/it/help-basic-deprecated-annotation-only/expected-help.txt:
##########
@@ -0,0 +1,25 @@
+[INFO] help 1.0-SNAPSHOT
+  Tests generation and compilation of the help mojo.
+
+help:test
+  Deprecated. No reason given
+
+  MOJO-DESCRIPTION. Some 'quotation' marks and backslashes '\\', some important
+  javadoc
+  and an inline link to AnotherMojo.
+
+  Available parameters:
+
+    defaultParam (Default: escape\backslash)
+      This parameter uses 'quotation' marks and backslashes '\\' in its
+      description. Those characters must be escaped in Java string literals.
+
+    deprecatedParam
+      Deprecated. No reason given
+
+      This parameter is deprecated.

Review Comment:
   No
   as I said there are two different source of it 
   - one deprecated annotation - annotation does not have a message so default 
one is used "No reason given" the same will be if we provide javadoc tag 
without message
   
   - second line is from javadoc about parameters - we can change this text in 
test



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to