You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Sylwester Lachiewicz (Jira)" <ji...@apache.org> on 2020/07/15 16:53:00 UTC

[jira] [Commented] (MSHARED-917) Remove dependency to plexus-component-annotations

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

Sylwester Lachiewicz commented on MSHARED-917:
----------------------------------------------

Done in [1ed8fe2210adf1ab0f323dbc6567138233ae61a2|https://gitbox.apache.org/repos/asf?p=maven-script-interpreter.git;a=commit;h=1ed8fe2210adf1ab0f323dbc6567138233ae61a2]

> Remove dependency to plexus-component-annotations
> -------------------------------------------------
>
>                 Key: MSHARED-917
>                 URL: https://issues.apache.org/jira/browse/MSHARED-917
>             Project: Maven Shared Components
>          Issue Type: Improvement
>          Components: maven-script-interpreter
>            Reporter: Slawomir Jaranowski
>            Assignee: Sylwester Lachiewicz
>            Priority: Major
>             Fix For: maven-script-interpreter-1.3
>
>
> We have defined as plexus component:
>  - {{BeanShellScriptInterpreter}}
>  - {{GroovyScriptInterpreter}}
> But class {{ScriptRunner}} isn't plexus component.
> I have searched github for using of this classes:
> https://github.com/search?q=%22org.apache.maven.shared.scriptinterpreter.BeanShellScriptInterpreter%22&type=Code
> https://github.com/search?q=%22org.apache.maven.shared.scriptinterpreter.GroovyScriptInterpreter%22&type=Code
> And seems like nobody use this in direct way.
> In more I think that this class should be private for project.
> Those are used internally for wrap specific interpreter.
>  I'm waiting for opinion / approve.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)