You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Kenney Westerhof (JIRA)" <ji...@codehaus.org> on 2005/06/06 17:36:21 UTC

[jira] Created: (MNG-451) Specify ComponentConfigurator hint in Mojo doclet tags

Specify ComponentConfigurator hint in Mojo doclet tags
------------------------------------------------------

         Key: MNG-451
         URL: http://jira.codehaus.org/browse/MNG-451
     Project: Maven 2
        Type: Improvement
  Components: maven-plugin-tools  
    Versions: 2.0-alpha-3    
 Environment: all
    Reporter: Kenney Westerhof
     Fix For: 2.0-alpha-3
 Attachments: patch

This patch adds a @configurator <role-hint> tag to the 
JavaMojoDescriptorExtractor so Mojo implementors
may override the default 'java' ComponentConfigurator.

This makes it possible to handle parameters in mojo specific
manners, should there be such a need.

(The patch doesn't affect existing mojo's, it just exposes
the role-hint which is left to a default (not set) in the Java
extractor and set to 'bsh' e.a. in the other Extractors).



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MNG-451) Specify ComponentConfigurator hint in Mojo doclet tags

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-451?page=all ]
     
Brett Porter closed MNG-451:
----------------------------

    Resolution: Fixed

perfect, thanks :)

> Specify ComponentConfigurator hint in Mojo doclet tags
> ------------------------------------------------------
>
>          Key: MNG-451
>          URL: http://jira.codehaus.org/browse/MNG-451
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-plugin-tools
>     Versions: 2.0-alpha-3
>  Environment: all
>     Reporter: Kenney Westerhof
>      Fix For: 2.0-alpha-3
>  Attachments: MNG-451-docopatch, patch
>
> Original Estimate: 1 minute
>         Remaining: 1 minute
>
> This patch adds a @configurator <role-hint> tag to the 
> JavaMojoDescriptorExtractor so Mojo implementors
> may override the default 'java' ComponentConfigurator.
> This makes it possible to handle parameters in mojo specific
> manners, should there be such a need.
> (The patch doesn't affect existing mojo's, it just exposes
> the role-hint which is left to a default (not set) in the Java
> extractor and set to 'bsh' e.a. in the other Extractors).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MNG-451) Specify ComponentConfigurator hint in Mojo doclet tags

Posted by "Kenney Westerhof (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-451?page=all ]

Kenney Westerhof updated MNG-451:
---------------------------------

    Attachment: MNG-451-docopatch

Something like this?

> Specify ComponentConfigurator hint in Mojo doclet tags
> ------------------------------------------------------
>
>          Key: MNG-451
>          URL: http://jira.codehaus.org/browse/MNG-451
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-plugin-tools
>     Versions: 2.0-alpha-3
>  Environment: all
>     Reporter: Kenney Westerhof
>      Fix For: 2.0-alpha-3
>  Attachments: MNG-451-docopatch, patch
>
> Original Estimate: 1 minute
>         Remaining: 1 minute
>
> This patch adds a @configurator <role-hint> tag to the 
> JavaMojoDescriptorExtractor so Mojo implementors
> may override the default 'java' ComponentConfigurator.
> This makes it possible to handle parameters in mojo specific
> manners, should there be such a need.
> (The patch doesn't affect existing mojo's, it just exposes
> the role-hint which is left to a default (not set) in the Java
> extractor and set to 'bsh' e.a. in the other Extractors).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MNG-451) Specify ComponentConfigurator hint in Mojo doclet tags

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-451?page=comments#action_40843 ]
     
Brett Porter commented on MNG-451:
----------------------------------

got a patch for the doco too? :)

> Specify ComponentConfigurator hint in Mojo doclet tags
> ------------------------------------------------------
>
>          Key: MNG-451
>          URL: http://jira.codehaus.org/browse/MNG-451
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-plugin-tools
>     Versions: 2.0-alpha-3
>  Environment: all
>     Reporter: Kenney Westerhof
>      Fix For: 2.0-alpha-3
>  Attachments: patch
>
> Original Estimate: 1 minute
>         Remaining: 1 minute
>
> This patch adds a @configurator <role-hint> tag to the 
> JavaMojoDescriptorExtractor so Mojo implementors
> may override the default 'java' ComponentConfigurator.
> This makes it possible to handle parameters in mojo specific
> manners, should there be such a need.
> (The patch doesn't affect existing mojo's, it just exposes
> the role-hint which is left to a default (not set) in the Java
> extractor and set to 'bsh' e.a. in the other Extractors).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org