You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Wouter Hermeling (JIRA)" <ji...@codehaus.org> on 2008/02/18 20:45:28 UTC

[jira] Created: (MNG-3409) Add ability to execute an specific plugin execution via its id

Add ability to execute an specific plugin execution via its id
--------------------------------------------------------------

                 Key: MNG-3409
                 URL: http://jira.codehaus.org/browse/MNG-3409
             Project: Maven 2
          Issue Type: New Feature
          Components: Command Line
    Affects Versions: 2.0.8
            Reporter: Wouter Hermeling


1. It is possible to execute a lifecycle phase
2. It is possible to execute a plugin goal (using the plugin's configuration defined at plugin level (not at execution level))
3. It is NOT possible to execute a plugin execution using its execution-id.(using the configuration on execution level)

I have several use cases in which i want to execute a plugin from the command line with different configurations. This is now not possible.other than misusing profiles for this.

-- 
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

        

[jira] Commented: (MNG-3409) Add ability to execute an specific plugin execution via its id

Posted by "Mat Schaffer (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-3409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=195356#action_195356 ] 

Mat Schaffer commented on MNG-3409:
-----------------------------------

Is there an example of how to hack it using profiles somewhere?

> Add ability to execute an specific plugin execution via its id
> --------------------------------------------------------------
>
>                 Key: MNG-3409
>                 URL: http://jira.codehaus.org/browse/MNG-3409
>             Project: Maven 2
>          Issue Type: New Feature
>          Components: Command Line
>    Affects Versions: 2.0.8
>            Reporter: Wouter Hermeling
>             Fix For: 3.x
>
>
> 1. It is possible to execute a lifecycle phase
> 2. It is possible to execute a plugin goal (using the plugin's configuration defined at plugin level (not at execution level))
> 3. It is NOT possible to execute a plugin execution using its execution-id.(using the configuration on execution level)
> I have several use cases in which i want to execute a plugin from the command line with different configurations. This is now not possible.other than misusing profiles for this.

-- 
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

        

[jira] Commented: (MNG-3409) Add ability to execute an specific plugin execution via its id

Posted by "Mark Howard (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-3409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=130492#action_130492 ] 

Mark Howard commented on MNG-3409:
----------------------------------

This is also quite important for me. I'd like to run some specific ant plugin tasks, at least while developing the pom. 
Something along the lines of the following would work well as the command line interface:

mvn group:pluginid:version:execution-id

> Add ability to execute an specific plugin execution via its id
> --------------------------------------------------------------
>
>                 Key: MNG-3409
>                 URL: http://jira.codehaus.org/browse/MNG-3409
>             Project: Maven 2
>          Issue Type: New Feature
>          Components: Command Line
>    Affects Versions: 2.0.8
>            Reporter: Wouter Hermeling
>
> 1. It is possible to execute a lifecycle phase
> 2. It is possible to execute a plugin goal (using the plugin's configuration defined at plugin level (not at execution level))
> 3. It is NOT possible to execute a plugin execution using its execution-id.(using the configuration on execution level)
> I have several use cases in which i want to execute a plugin from the command line with different configurations. This is now not possible.other than misusing profiles for this.

-- 
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

        

[jira] Updated: (MNG-3409) Add ability to execute an specific plugin execution via its id

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-3409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated MNG-3409:
------------------------------

    Fix Version/s: 2.x

> Add ability to execute an specific plugin execution via its id
> --------------------------------------------------------------
>
>                 Key: MNG-3409
>                 URL: http://jira.codehaus.org/browse/MNG-3409
>             Project: Maven 2
>          Issue Type: New Feature
>          Components: Command Line
>    Affects Versions: 2.0.8
>            Reporter: Wouter Hermeling
>             Fix For: 2.x
>
>
> 1. It is possible to execute a lifecycle phase
> 2. It is possible to execute a plugin goal (using the plugin's configuration defined at plugin level (not at execution level))
> 3. It is NOT possible to execute a plugin execution using its execution-id.(using the configuration on execution level)
> I have several use cases in which i want to execute a plugin from the command line with different configurations. This is now not possible.other than misusing profiles for this.

-- 
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

        

[jira] Commented: (MNG-3409) Add ability to execute an specific plugin execution via its id

Posted by "Mat Schaffer (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-3409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=195357#action_195357 ] 

Mat Schaffer commented on MNG-3409:
-----------------------------------

If it helps anyone, looks like we're just going to tie our executions to process-classes since that phase doesn't do anything else in our project. Since there's only one execution we're interested in executing in isolation, that works for now.

> Add ability to execute an specific plugin execution via its id
> --------------------------------------------------------------
>
>                 Key: MNG-3409
>                 URL: http://jira.codehaus.org/browse/MNG-3409
>             Project: Maven 2
>          Issue Type: New Feature
>          Components: Command Line
>    Affects Versions: 2.0.8
>            Reporter: Wouter Hermeling
>             Fix For: 3.x
>
>
> 1. It is possible to execute a lifecycle phase
> 2. It is possible to execute a plugin goal (using the plugin's configuration defined at plugin level (not at execution level))
> 3. It is NOT possible to execute a plugin execution using its execution-id.(using the configuration on execution level)
> I have several use cases in which i want to execute a plugin from the command line with different configurations. This is now not possible.other than misusing profiles for this.

-- 
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