You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/01/26 12:24:00 UTC

[jira] [Commented] (MPLUGIN-378) Detect legacy/javadoc Mojo definitions, warn to use Java5 annotations

    [ https://issues.apache.org/jira/browse/MPLUGIN-378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17482438#comment-17482438 ] 

ASF GitHub Bot commented on MPLUGIN-378:
----------------------------------------

cstamas commented on pull request #46:
URL: https://github.com/apache/maven-plugin-tools/pull/46#issuecomment-1022150314


   > Is there no way to detect `@Deprecated` instead of introducing our own `#isDeprecated()`?
   
   You mean to detect is extractor deprecated?


-- 
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-unsubscribe@maven.apache.org

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


> Detect legacy/javadoc Mojo definitions, warn to use Java5 annotations
> ---------------------------------------------------------------------
>
>                 Key: MPLUGIN-378
>                 URL: https://issues.apache.org/jira/browse/MPLUGIN-378
>             Project: Maven Plugin Tools
>          Issue Type: Task
>          Components: maven-plugin-tools-javadoc
>            Reporter: Tamás Cservenák
>            Assignee: Tamás Cservenák
>            Priority: Major
>             Fix For: 3.7.0
>
>
> In short: deprecate java-javadoc mojo descriptor extractor, as everyone should use the newer Java5 annotation based Mojo Annotations instead. Make the plugin warn (later fail?) during build if the built sources contain mojo definitions defined using javadoc qdox tags.
> This change will have some incompatible on extractor API, hence the 3.7.0 version.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)