You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "John Fallows (JIRA)" <ji...@codehaus.org> on 2005/09/23 06:01:10 UTC

[jira] Created: (MNG-985) plugin goals referenced in build/pluginManagment unexpectedly executed during lifecycle

plugin goals referenced in build/pluginManagment unexpectedly executed during lifecycle
---------------------------------------------------------------------------------------

         Key: MNG-985
         URL: http://jira.codehaus.org/browse/MNG-985
     Project: Maven 2
        Type: Bug
    Versions: 2.0-beta-1    
 Environment: WinXP SP2, Java 1.4.2_06, Maven 2.0-beta-1
 Reporter: John Fallows
 Attachments: pom.xml

Goals referenced in <build><pluginManagement> plugins are executed during the lifecycle - this is unexpected.

See the attached pom.xml as an example.

Running "m2 install" on this pom causes the "war" plugin to execute the "war" goal during the packaging phase of the lifecycle.

Note that the goal should not execute because it is inside the <pluginManagement> section.

-- 
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-985) plugin goals referenced in build/pluginManagment unexpectedly executed during lifecycle

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

Brett Porter updated MNG-985:
-----------------------------

    Component: maven-core

> plugin goals referenced in build/pluginManagment unexpectedly executed during lifecycle
> ---------------------------------------------------------------------------------------
>
>          Key: MNG-985
>          URL: http://jira.codehaus.org/browse/MNG-985
>      Project: Maven 2
>         Type: Bug
>   Components: maven-core
>     Versions: 2.0-beta-1
>  Environment: WinXP SP2, Java 1.4.2_06, Maven 2.0-beta-1
>     Reporter: John Fallows
>  Attachments: pom.xml
>
>
> Goals referenced in <build><pluginManagement> plugins are executed during the lifecycle - this is unexpected.
> See the attached pom.xml as an example.
> Running "m2 install" on this pom causes the "war" plugin to execute the "war" goal during the packaging phase of the lifecycle.
> Note that the goal should not execute because it is inside the <pluginManagement> section.

-- 
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-985) plugin goals referenced in build/pluginManagment unexpectedly executed during lifecycle

Posted by "Mark Hobson (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-985?page=comments#action_47542 ] 

Mark Hobson commented on MNG-985:
---------------------------------

I believe the fix for this has regressed using pluginManagement for plugin configuration - I can attach a test case if you reopen this issue.

> plugin goals referenced in build/pluginManagment unexpectedly executed during lifecycle
> ---------------------------------------------------------------------------------------
>
>          Key: MNG-985
>          URL: http://jira.codehaus.org/browse/MNG-985
>      Project: Maven 2
>         Type: Bug
>   Components: maven-core
>     Versions: 2.0-beta-1
>  Environment: WinXP SP2, Java 1.4.2_06, Maven 2.0-beta-1
>     Reporter: John Fallows
>     Assignee: John Casey
>      Fix For: 2.0-beta-3
>  Attachments: pom.xml
>
> Original Estimate: 30 minutes
>        Time Spent: 30 minutes
>         Remaining: 0 minutes
>
> Goals referenced in <build><pluginManagement> plugins are executed during the lifecycle - this is unexpected.
> See the attached pom.xml as an example.
> Running "m2 install" on this pom causes the "war" plugin to execute the "war" goal during the packaging phase of the lifecycle.
> Note that the goal should not execute because it is inside the <pluginManagement> section.

-- 
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-985) plugin goals referenced in build/pluginManagment unexpectedly executed during lifecycle

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

    Resolution: Fixed

it0076

> plugin goals referenced in build/pluginManagment unexpectedly executed during lifecycle
> ---------------------------------------------------------------------------------------
>
>          Key: MNG-985
>          URL: http://jira.codehaus.org/browse/MNG-985
>      Project: Maven 2
>         Type: Bug
>   Components: maven-core
>     Versions: 2.0-beta-1
>  Environment: WinXP SP2, Java 1.4.2_06, Maven 2.0-beta-1
>     Reporter: John Fallows
>     Assignee: John Casey
>      Fix For: 2.0-beta-3
>  Attachments: pom.xml
>
> Original Estimate: 30 minutes
>        Time Spent: 30 minutes
>         Remaining: 0 minutes
>
> Goals referenced in <build><pluginManagement> plugins are executed during the lifecycle - this is unexpected.
> See the attached pom.xml as an example.
> Running "m2 install" on this pom causes the "war" plugin to execute the "war" goal during the packaging phase of the lifecycle.
> Note that the goal should not execute because it is inside the <pluginManagement> section.

-- 
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-985) plugin goals referenced in build/pluginManagment unexpectedly executed during lifecycle

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

John Casey updated MNG-985:
---------------------------

    Remaining Estimate: 30 minutes  (was: 3 hours)
     Original Estimate: 1800  (was: 10800)

this is a regression caused by revisions to the profile merging and model inheritance code. It won't take long to fix, and the IT is relatively simple (based on the attached pom).

> plugin goals referenced in build/pluginManagment unexpectedly executed during lifecycle
> ---------------------------------------------------------------------------------------
>
>          Key: MNG-985
>          URL: http://jira.codehaus.org/browse/MNG-985
>      Project: Maven 2
>         Type: Bug
>   Components: maven-core
>     Versions: 2.0-beta-1
>  Environment: WinXP SP2, Java 1.4.2_06, Maven 2.0-beta-1
>     Reporter: John Fallows
>     Assignee: John Casey
>      Fix For: 2.0-beta-3
>  Attachments: pom.xml
>
> Original Estimate: 30 minutes
>         Remaining: 30 minutes
>
> Goals referenced in <build><pluginManagement> plugins are executed during the lifecycle - this is unexpected.
> See the attached pom.xml as an example.
> Running "m2 install" on this pom causes the "war" plugin to execute the "war" goal during the packaging phase of the lifecycle.
> Note that the goal should not execute because it is inside the <pluginManagement> section.

-- 
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-985) plugin goals referenced in build/pluginManagment unexpectedly executed during lifecycle

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

Brett Porter updated MNG-985:
-----------------------------

    Fix Version:     (was: 2.0-beta-2)
                 2.0-beta-3

> plugin goals referenced in build/pluginManagment unexpectedly executed during lifecycle
> ---------------------------------------------------------------------------------------
>
>          Key: MNG-985
>          URL: http://jira.codehaus.org/browse/MNG-985
>      Project: Maven 2
>         Type: Bug
>   Components: maven-core
>     Versions: 2.0-beta-1
>  Environment: WinXP SP2, Java 1.4.2_06, Maven 2.0-beta-1
>     Reporter: John Fallows
>      Fix For: 2.0-beta-3
>  Attachments: pom.xml
>
>
> Goals referenced in <build><pluginManagement> plugins are executed during the lifecycle - this is unexpected.
> See the attached pom.xml as an example.
> Running "m2 install" on this pom causes the "war" plugin to execute the "war" goal during the packaging phase of the lifecycle.
> Note that the goal should not execute because it is inside the <pluginManagement> section.

-- 
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-985) plugin goals referenced in build/pluginManagment unexpectedly executed during lifecycle

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

Brett Porter updated MNG-985:
-----------------------------

    Fix Version: 2.0-beta-2

> plugin goals referenced in build/pluginManagment unexpectedly executed during lifecycle
> ---------------------------------------------------------------------------------------
>
>          Key: MNG-985
>          URL: http://jira.codehaus.org/browse/MNG-985
>      Project: Maven 2
>         Type: Bug
>   Components: maven-core
>     Versions: 2.0-beta-1
>  Environment: WinXP SP2, Java 1.4.2_06, Maven 2.0-beta-1
>     Reporter: John Fallows
>      Fix For: 2.0-beta-2
>  Attachments: pom.xml
>
>
> Goals referenced in <build><pluginManagement> plugins are executed during the lifecycle - this is unexpected.
> See the attached pom.xml as an example.
> Running "m2 install" on this pom causes the "war" plugin to execute the "war" goal during the packaging phase of the lifecycle.
> Note that the goal should not execute because it is inside the <pluginManagement> section.

-- 
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-985) plugin goals referenced in build/pluginManagment unexpectedly executed during lifecycle

Posted by "Mark Hobson (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-985?page=comments#action_47546 ] 

Mark Hobson commented on MNG-985:
---------------------------------

Opened new issue for this: MNG-1052

> plugin goals referenced in build/pluginManagment unexpectedly executed during lifecycle
> ---------------------------------------------------------------------------------------
>
>          Key: MNG-985
>          URL: http://jira.codehaus.org/browse/MNG-985
>      Project: Maven 2
>         Type: Bug
>   Components: maven-core
>     Versions: 2.0-beta-1
>  Environment: WinXP SP2, Java 1.4.2_06, Maven 2.0-beta-1
>     Reporter: John Fallows
>     Assignee: John Casey
>      Fix For: 2.0-beta-3
>  Attachments: pom.xml
>
> Original Estimate: 30 minutes
>        Time Spent: 30 minutes
>         Remaining: 0 minutes
>
> Goals referenced in <build><pluginManagement> plugins are executed during the lifecycle - this is unexpected.
> See the attached pom.xml as an example.
> Running "m2 install" on this pom causes the "war" plugin to execute the "war" goal during the packaging phase of the lifecycle.
> Note that the goal should not execute because it is inside the <pluginManagement> section.

-- 
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-985) plugin goals referenced in build/pluginManagment unexpectedly executed during lifecycle

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

John Casey updated MNG-985:
---------------------------

            Complexity: Expert  (was: Intermediate)
    Remaining Estimate: 3 hours
     Original Estimate: 10800

> plugin goals referenced in build/pluginManagment unexpectedly executed during lifecycle
> ---------------------------------------------------------------------------------------
>
>          Key: MNG-985
>          URL: http://jira.codehaus.org/browse/MNG-985
>      Project: Maven 2
>         Type: Bug
>   Components: maven-core
>     Versions: 2.0-beta-1
>  Environment: WinXP SP2, Java 1.4.2_06, Maven 2.0-beta-1
>     Reporter: John Fallows
>     Assignee: John Casey
>      Fix For: 2.0-beta-3
>  Attachments: pom.xml
>
> Original Estimate: 3 hours
>         Remaining: 3 hours
>
> Goals referenced in <build><pluginManagement> plugins are executed during the lifecycle - this is unexpected.
> See the attached pom.xml as an example.
> Running "m2 install" on this pom causes the "war" plugin to execute the "war" goal during the packaging phase of the lifecycle.
> Note that the goal should not execute because it is inside the <pluginManagement> section.

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