You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Konrad Windszus (Jira)" <ji...@apache.org> on 2022/11/09 07:49:00 UTC

[jira] [Updated] (MPLUGIN-440) Clarify deprecation of all extractors but the maven-plugin-tools-annotations

     [ https://issues.apache.org/jira/browse/MPLUGIN-440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Konrad Windszus updated MPLUGIN-440:
------------------------------------
    Description: 
Every other extractor module page should have a clear hint indicating that it is deprecated:
* https://maven.apache.org/plugin-tools/maven-plugin-tools-java/
* https://maven.apache.org/plugin-tools/maven-script/maven-plugin-tools-beanshell/
* https://maven.apache.org/plugin-tools/maven-script/maven-plugin-tools-ant/
* https://maven.apache.org/plugin-tools/maven-script/index.html

In addition all scripting extractors should be marked as deprecated in code as well: https://github.com/apache/maven-plugin-tools/blob/bdfd250be57bb422f882daec726960678d8c573e/maven-plugin-tools-api/src/main/java/org/apache/maven/tools/plugin/extractor/AbstractScriptedMojoDescriptorExtractor.java#L51 to emit a WARNING when using it.

  was:
Every other extractor module page should have a clear hint indicating that it is deprecated:
* https://maven.apache.org/plugin-tools/maven-plugin-tools-java/
* https://maven.apache.org/plugin-tools/maven-script/maven-plugin-tools-beanshell/
* https://maven.apache.org/plugin-tools/maven-script/maven-plugin-tools-ant/

In addition all scripting extractors should be marked as deprecated in code as well: https://github.com/apache/maven-plugin-tools/blob/bdfd250be57bb422f882daec726960678d8c573e/maven-plugin-tools-api/src/main/java/org/apache/maven/tools/plugin/extractor/AbstractScriptedMojoDescriptorExtractor.java#L51 to emit a WARNING when using it.


> Clarify deprecation of all extractors but the maven-plugin-tools-annotations
> ----------------------------------------------------------------------------
>
>                 Key: MPLUGIN-440
>                 URL: https://issues.apache.org/jira/browse/MPLUGIN-440
>             Project: Maven Plugin Tools
>          Issue Type: Improvement
>            Reporter: Konrad Windszus
>            Priority: Major
>
> Every other extractor module page should have a clear hint indicating that it is deprecated:
> * https://maven.apache.org/plugin-tools/maven-plugin-tools-java/
> * https://maven.apache.org/plugin-tools/maven-script/maven-plugin-tools-beanshell/
> * https://maven.apache.org/plugin-tools/maven-script/maven-plugin-tools-ant/
> * https://maven.apache.org/plugin-tools/maven-script/index.html
> In addition all scripting extractors should be marked as deprecated in code as well: https://github.com/apache/maven-plugin-tools/blob/bdfd250be57bb422f882daec726960678d8c573e/maven-plugin-tools-api/src/main/java/org/apache/maven/tools/plugin/extractor/AbstractScriptedMojoDescriptorExtractor.java#L51 to emit a WARNING when using it.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)